java.lang.Object |
↳ |
com.microstrategy.web.beans.WebBeanUtils |
Class Overview
This class provides some utility functions for the bean package.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
FIELD_NAME_SEPARATOR_CHAR
Constant Value:
46
(0x0000002e)
Public Constructors
Public Methods
public
static
String
getObjectTypeName
(BeanContext beanContext, WebObjectInfo obj)
Returns a localized string with the object type name
Parameters
beanContext |
BeanContext |
obj |
WebObjectInfo |
public
static
String
getObjectTypeName
(BeanContext beanContext, int type, int subType)
public
static
Object
getStaticFieldValue
(String fieldName)
Returns the integer value of a public static field of a class or
interface.
Parameters
fieldName |
the fully qualified name for a public static field. |
Returns
- the value of the static field
public
static
int
getStaticFieldValueInt
(String fieldName)
Returns the integer value of a public static field of a class or
interface.
Parameters
fieldName |
the fully qualified name for a public static field. |
Returns
- the value of the static field of type int.