com.polarion.platform.persistence.model.IStructure
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IStructType | getPrototype() | |
boolean | isReadOnly() | |
boolean | isReadOnly(String) | |
boolean | isModified() | |
IEnumeration | getEnumeration(String) | Returns the {@link IEnumeration} if this one was registered for specific key or null . This is a convenience method, which calls the appropriate method on the {@link com.polarion.platform.persistence.IDataService} |
Optional | getEnumerationTypeForField(String) | |
IEnumOption | getEnumerationOptionForField(String,String) | Returns wrapped enumeration option for given field. |
Back to Index