public interface PropertyDescription extends Metadata, EngineObject, DependentObject
PropertyDescriptionBinary
defines a property that returns a binary value,
PropertyDescriptionBoolean
defines a property that returns a Boolean value, and so on).
Because all of its properties are read-only, you cannot directly modify a property description object. 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 |
---|---|
PropertyTemplate |
get_AuditAs()
Returns the value of the AuditAs property.
|
Cardinality |
get_Cardinality()
Returns the value of the Cardinality property.
|
ChoiceList |
get_ChoiceList()
Returns the value of the ChoiceList property.
|
java.lang.Boolean |
get_CopyToReservation()
Returns the value of the CopyToReservation property.
|
TypeID |
get_DataType()
Returns the value of the DataType property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsHidden()
Returns the value of the IsHidden property.
|
java.lang.Boolean |
get_IsOrderable()
Returns the value of the IsOrderable property.
|
java.lang.Boolean |
get_IsReadOnly()
Returns the value of the IsReadOnly property.
|
java.lang.Boolean |
get_IsSearchable()
Returns the value of the IsSearchable property.
|
java.lang.Boolean |
get_IsSelectable()
Returns the value of the IsSelectable property.
|
java.lang.Boolean |
get_IsSystemGenerated()
Returns the value of the IsSystemGenerated property.
|
java.lang.Boolean |
get_IsSystemOwned()
Returns the value of the IsSystemOwned property.
|
java.lang.Boolean |
get_IsValueRequired()
Returns the value of the IsValueRequired property.
|
java.lang.Integer |
get_ModificationAccessRequired()
Returns the value of the ModificationAccessRequired property.
|
java.lang.String |
get_Name()
Returns the value of the Name property.
|
PropertyPersistence |
get_PersistenceType()
Returns the value of the PersistenceType property.
|
PropertySettability |
get_PrivilegedSettability()
Returns the value of the PrivilegedSettability property.
|
java.lang.Boolean |
get_RequiresUniqueElements()
Returns the value of the RequiresUniqueElements property.
|
PropertySettability |
get_Settability()
Returns the value of the Settability property.
|
java.lang.String |
get_SymbolicName()
Returns the value of the SymbolicName property.
|
get_DescriptiveText, get_DisplayName, get_Ids
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
TypeID get_DataType()
Cardinality get_Cardinality()
java.lang.Boolean get_IsSelectable()
java.lang.Boolean get_IsSearchable()
java.lang.Boolean get_IsOrderable()
java.lang.Boolean get_IsSystemGenerated()
java.lang.Boolean get_IsReadOnly()
java.lang.Boolean get_IsValueRequired()
java.lang.Boolean get_IsHidden()
java.lang.String get_SymbolicName()
Id get_Id()
java.lang.String get_Name()
PropertyPersistence get_PersistenceType()
java.lang.Boolean get_IsSystemOwned()
PropertySettability get_Settability()
PropertySettability get_PrivilegedSettability()
ChoiceList get_ChoiceList()
java.lang.Boolean get_RequiresUniqueElements()
PropertyTemplate get_AuditAs()
java.lang.Boolean get_CopyToReservation()
java.lang.Integer get_ModificationAccessRequired()
© Copyright IBM Corporation 2006, 2015. All rights reserved.