Class RawMetaDataSource.Property
java.lang.Object
com.ptc.arbortext.windchill.siscore.operation.RawMetaDataSource.Property
- Enclosing class:
RawMetaDataSource
This class holds information about metadata attributes.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method adds Value element to the values collection.voidsetLocalizable(boolean isLocalizable) Set the localizable boolean value to this class object.
-
Method Details
-
addValue
This method adds Value element to the values collection.
Supported API: true -
setLocalizable
public void setLocalizable(boolean isLocalizable) Set the localizable boolean value to this class object.- Parameters:
isLocalizable-
Supported API: true
-