public interface PropertyDescriptionString extends PropertyDescription, DependentObject
PropertyDescriptionString
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_IsCBREnabled()
Returns the value of the IsCBREnabled property.
|
MarkingSet |
get_MarkingSet()
Returns the value of the MarkingSet property.
|
java.lang.Integer |
get_MaximumLengthString()
Returns the value of the MaximumLengthString property.
|
java.lang.String |
get_PropertyDefaultString()
Returns the value of the PropertyDefaultString property.
|
StringList |
get_PropertySelectionsString()
Returns the value of the PropertySelectionsString property.
|
java.lang.Boolean |
get_UsesLongColumn()
Returns the value of the UsesLongColumn 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
MarkingSet get_MarkingSet()
java.lang.String get_PropertyDefaultString()
StringList get_PropertySelectionsString()
java.lang.Integer get_MaximumLengthString()
java.lang.Boolean get_UsesLongColumn()
java.lang.Boolean get_IsCBREnabled()
© Copyright IBM Corporation 2006, 2015. All rights reserved.