Enum Class Changeable
- All Implemented Interfaces:
Serializable,Comparable<Changeable>,Constable
Specifies the change restrictions associated with a
GeneratedProperty.
Rose conversion note: Corresponds to Class Attribute Specification -> Windchill -> Changeable.
Supported API: true
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates no restrictions -- setter can be called at any time.Indicates that the setter can only be called prior to persistence; other attempted calls will throw aWTPropertyVetoException..Indicates that the setter can only be called prior to persistence or as part of achange identityoperation; other attempted calls will throw aWTPropertyVetoException. -
Method Summary
-
Enum Constant Details
-
DEFAULT
Indicates no restrictions -- setter can be called at any time.Rose conversion note: Corresponds to
<Default>.Supported API: true
-
VIA_OTHER_MEANS
Indicates that the setter can only be called prior to persistence or as part of achange identityoperation; other attempted calls will throw aWTPropertyVetoException.Rose conversion note: Corresponds to
ViaOtherMeans.Supported API: true
-
FROZEN
Indicates that the setter can only be called prior to persistence; other attempted calls will throw aWTPropertyVetoException..Rose conversion note: Corresponds to
Frozen.Supported API: true
-