|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssProperties interface.
Nested Class Summary | |
static class |
IEssProperties.EEssPropertyMode
The EEssPropertyMode is an enumeration of property modes. |
Method Summary | |
int |
getCountProperties()
Gets the count of properties. |
IEssValueAny.EEssDataType |
getPropertyDataType(int propId)
Gets the property datatype for the specified id. |
IEssValueAny.EEssDataType |
getPropertyDataType(java.lang.String propName)
Gets the property datatype for the specified name. |
IEssValueAny.EEssDataType[] |
getPropertyDataTypes()
Gets the list of property data types. |
int |
getPropertyId(java.lang.String propName)
Gets the property id for the specified name. |
IEssProperties.EEssPropertyMode |
getPropertyMode(int propId)
Gets the property mode for the specified id. |
IEssProperties.EEssPropertyMode |
getPropertyMode(java.lang.String propName)
Gets the property mode for the specified name. |
IEssProperties.EEssPropertyMode[] |
getPropertyModes()
Gets the list of property modes. |
java.lang.String |
getPropertyName(int propId)
Gets the property name for the specified id. |
java.lang.String[] |
getPropertyNames()
Gets the list of property names. |
IEssValueAny |
getPropertyValueAny(int propId)
Gets the property value for the specified id. |
IEssValueAny |
getPropertyValueAny(java.lang.String propName)
Gets the property value for the specified name. |
void |
refreshPropertyValues()
Refreshes the property values. |
void |
setPropertyValueAny(int propId,
IEssValueAny value)
Sets the property value for the specified id. |
void |
setPropertyValueAny(java.lang.String propName,
IEssValueAny value)
Sets the property value for the specified name. |
void |
updatePropertyValues()
Updates the property values. |
Method Detail |
public int getCountProperties() throws EssException
EssException
- if an error occurs.public java.lang.String[] getPropertyNames() throws EssException
EssException
- if an error occurs.public IEssValueAny.EEssDataType[] getPropertyDataTypes() throws EssException
EssException
- if an error occurs.public IEssProperties.EEssPropertyMode[] getPropertyModes() throws EssException
EssException
- if an error occurs.public int getPropertyId(java.lang.String propName) throws EssException
propName
- The property name.
EssException
- if an error occurs.public java.lang.String getPropertyName(int propId) throws EssException
propId
- The property id.
EssException
- if an error occurs.public IEssProperties.EEssPropertyMode getPropertyMode(int propId) throws EssException
propId
- The property id.
EssException
- if an error occurs.public IEssProperties.EEssPropertyMode getPropertyMode(java.lang.String propName) throws EssException
propName
- The property name.
EssException
- if an error occurs.public IEssValueAny.EEssDataType getPropertyDataType(int propId) throws EssException
propId
- The property id.
EssException
- if an error occurs.public IEssValueAny.EEssDataType getPropertyDataType(java.lang.String propName) throws EssException
propName
- The property name.
EssException
- if an error occurs.public void setPropertyValueAny(java.lang.String propName, IEssValueAny value) throws EssException
propName
- The property name.value
- The property value.
EssException
- if an error occurs.public void setPropertyValueAny(int propId, IEssValueAny value) throws EssException
propId
- The property id.value
- The property value.
EssException
- if an error occurs.public IEssValueAny getPropertyValueAny(java.lang.String propName) throws EssException
propName
- The property name.
EssException
- if an error occurs.public IEssValueAny getPropertyValueAny(int propId) throws EssException
propId
- The property id.
EssException
- if an error occurs.public void refreshPropertyValues() throws EssException
EssException
- if an error occurs.public void updatePropertyValues() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |