com.bea.wli.worklist.api
Interface PropertyInstance
- All Superinterfaces:
- DataTypeValue, Serializable
- All Known Implementing Classes:
- PropertyInstanceHolder
public interface PropertyInstance
- extends Serializable, DataTypeValue
Represents an instance of a property, including the property definition,
and the value for the property.
- Since:
- 9.2
getName
String getName()
getDescription
String getDescription()
getDefaultValue
Object getDefaultValue()
throws ManagementException
- Throws:
ManagementException
isSystem
boolean isSystem()