Enum Class SupportedAPI

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

public enum SupportedAPI extends Enum<SupportedAPI>
Specifies Windchill's support for this property or role. Generated JavaDoc will communicate this support level.

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

Supported API: true

  • Enum Constant Details

    • PRIVATE

      public static final SupportedAPI PRIVATE
      This property/role is not supported for customization.

      Rose conversion note: Corresponds to Private.

      Supported API: true

    • PUBLIC

      public static final SupportedAPI PUBLIC
      This property/role can be used by customizers.

      Rose conversion note: Corresponds to Public.

      Supported API: true

    • PUBLIC_PRIVATE

      public static final SupportedAPI PUBLIC_PRIVATE
      This property's getter can be used by customizers, but calling the setter is unsupported.

      Rose conversion note: new functionality

      Supported API: true

    • DEPRECATED

      public static final SupportedAPI DEPRECATED
      This property/role is obsolete and will be removed in a future release.

      Rose conversion note: Corresponds to Deprecated.

      Supported API: true