Package | Description |
---|---|
com.opencloud.rhino.cmp |
Modifier and Type | Method and Description |
---|---|
CMPField |
CMPFields.cmpField(String name)
Get a CMP field object for the CMP field with the specified name.
|
<T> T |
CMPFields.get(String name)
Get the value of the CMP field with the specified name.
|
boolean |
CMPFields.has(String name)
Determine if the extension CMP field with the specified name currently has a value.
|
void |
CMPFields.reset(String name)
Reset the specified CMP field to its initial value.
|
<T> void |
CMPFields.set(String name,
T value)
Set the value of the CMP field with the specified name to the specified value.
|
Class<?> |
CMPFields.typeOf(String name)
Obtains the expected or current type of the specified CMP field.
|