public interface PropertyDescriptionObject extends PropertyDescription, DependentObject
PropertyDescriptionObject
object
contains immutable property metadata, which you cannot directly modify.
You can, however, modify a property definition object, which holds the mutable metadata of the property.
For a list of modifiable metaproperties and how they can be customized,
see Modifying Custom Metaproperties.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_AllowsForeignObject()
Returns the value of the AllowsForeignObject property.
|
java.lang.Integer |
get_CBRPropagationType()
Returns the value of the CBRPropagationType property.
|
DeletionAction |
get_DeletionAction()
Returns the value of the DeletionAction property.
|
IndependentObject |
get_PropertyDefaultObject()
Returns the value of the PropertyDefaultObject property.
|
DependentObjectList |
get_PropertySelectionsObject()
Returns the value of the PropertySelectionsObject property.
|
Id |
get_ReflectivePropertyId()
Returns the value of the ReflectivePropertyId property.
|
ClassDescription |
get_RequiredClass()
Returns the value of the RequiredClass property.
|
SecurityProxyType |
get_SecurityProxyType()
Returns the value of the SecurityProxyType property.
|
java.lang.Integer |
get_TargetAccessRequired()
Returns the value of the TargetAccessRequired property.
|
get_AuditAs, get_Cardinality, get_ChoiceList, get_CopyToReservation, get_DataType, get_Id, get_IsHidden, get_IsOrderable, get_IsReadOnly, get_IsSearchable, get_IsSelectable, get_IsSystemGenerated, get_IsSystemOwned, get_IsValueRequired, get_ModificationAccessRequired, get_Name, get_PersistenceType, get_PrivilegedSettability, get_RequiresUniqueElements, get_Settability, get_SymbolicName
get_DescriptiveText, get_DisplayName, get_Ids
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
IndependentObject get_PropertyDefaultObject()
DependentObjectList get_PropertySelectionsObject()
Id get_ReflectivePropertyId()
DeletionAction get_DeletionAction()
java.lang.Boolean get_AllowsForeignObject()
SecurityProxyType get_SecurityProxyType()
java.lang.Integer get_TargetAccessRequired()
java.lang.Integer get_CBRPropagationType()
ClassDescription get_RequiredClass()
© Copyright IBM Corporation 2006, 2015. All rights reserved.