| com.xoetrope.data.pojo.XPojoModelVis com.xoetrope.data.pojo.XPojoModelEx com.xoetrope.data.pojo.XPersistentPojoModelEx
NUM_FIXED_ATTRIBUTES | final public static int NUM_FIXED_ATTRIBUTES(Code) | | |
TX_REQUIRED_ATTRIBUTE | final public static int TX_REQUIRED_ATTRIBUTE(Code) | | |
getAttribAvailableValues | public String[] getAttribAvailableValues(int i)(Code) | | |
getAttribRuntime | public boolean getAttribRuntime(int i)(Code) | | |
getAttribType | public int getAttribType(int i)(Code) | | |
getAttribValueAsString | public String getAttribValueAsString(int i)(Code) | | Returns the value of the attribute at the specified index.
The value is converted to a String object.
Parameters: i - the index of the attribute String value of the attribute |
getNumAttributes | public int getNumAttributes()(Code) | | |
isAttribEditable | public boolean isAttribEditable(int i)(Code) | | |
obtainPropertyValue | public void obtainPropertyValue()(Code) | | Updates the value of the underlying property
|
requiresTransaction | protected boolean requiresTransaction(String propertyName)(Code) | | |
setAttribValue | public void setAttribValue(int i, Object value)(Code) | | |
setTransaction | protected void setTransaction(String propertyName, boolean state)(Code) | | |
|
|