|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ICustomAttributeDictionary
Provides access to custom fields.
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.String attributeName)
Indicates the presence of a custom field. |
java.lang.Object |
get(java.lang.String attributeName)
Get the value of the custom field. |
java.lang.Boolean |
getBoolean(java.lang.String attributeName)
Gets the value of a Custom Field as a nullable boolean. |
DateTime |
getDate(java.lang.String attributeName)
Gets the value of a Custom Field as a DateTime. |
java.lang.Double |
getNumeric(java.lang.String attributeName)
Gets the value of a Custom Field as a numeric. |
java.lang.String |
getString(java.lang.String attributeName)
Gets the value of a Custom Field as a string. |
void |
set(java.lang.String attributeName,
java.lang.Object attributevalue)
Sets the value of the custom field. |
| Method Detail |
|---|
java.lang.Object get(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
void set(java.lang.String attributeName,
java.lang.Object attributevalue)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".attributevalue - custom attribute value.boolean containsKey(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
java.lang.Double getNumeric(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
java.lang.Boolean getBoolean(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
DateTime getDate(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
java.lang.String getString(java.lang.String attributeName)
attributeName - The friendly name of the custom field, e.g.
"Origin", not "Custom_Origin".
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||