Enum Class Changeable

java.lang.Object
java.lang.Enum<Changeable>
com.ptc.windchill.annotations.metadata.Changeable
All Implemented Interfaces:
Serializable, Comparable<Changeable>, Constable

public enum Changeable extends Enum<Changeable>
Specifies the change restrictions associated with a GeneratedProperty.

Rose conversion note: Corresponds to Class Attribute Specification -> Windchill -> Changeable.

Supported API: true

  • Enum Constant Details

    • DEFAULT

      public static final Changeable DEFAULT
      Indicates no restrictions -- setter can be called at any time.

      Rose conversion note: Corresponds to <Default>.

      Supported API: true

    • VIA_OTHER_MEANS

      public static final Changeable VIA_OTHER_MEANS
      Indicates that the setter can only be called prior to persistence or as part of a change identity operation; other attempted calls will throw a WTPropertyVetoException.

      Rose conversion note: Corresponds to ViaOtherMeans.

      Supported API: true

    • FROZEN

      public static final Changeable FROZEN
      Indicates that the setter can only be called prior to persistence; other attempted calls will throw a WTPropertyVetoException..

      Rose conversion note: Corresponds to Frozen.

      Supported API: true