Enum Class SupportedAPI
- All Implemented Interfaces:
Serializable,Comparable<SupportedAPI>,Constable
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis property/role is obsolete and will be removed in a future release.This property/role is not supported for customization.This property/role can be used by customizers.This property's getter can be used by customizers, but calling the setter is unsupported. -
Method Summary
-
Enum Constant Details
-
PRIVATE
This property/role is not supported for customization.Rose conversion note: Corresponds to
Private.Supported API: true
-
PUBLIC
This property/role can be used by customizers.Rose conversion note: Corresponds to
Public.Supported API: true
-
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
This property/role is obsolete and will be removed in a future release.Rose conversion note: Corresponds to
Deprecated.Supported API: true
-