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

Field Summary
 
Fields inherited from interface com.bea.wli.datatype.DataTypeValue
VALUE_PROPERTY_NAME
 
Method Summary
 Object getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 boolean isSystem()
           
 
Methods inherited from interface com.bea.wli.datatype.DataTypeValue
getDataType, getSerializedValue, getValue, getValueAsString, isValueSet, setSerializedValue, setValue, setValueAsString, unsetValue, validate
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getDefaultValue

Object getDefaultValue()
                       throws ManagementException
Throws:
ManagementException

isSystem

boolean isSystem()