Package wt.fc.adminlock
Enum Class AdministrativeLockServerHelper.PropertyServiceKey
java.lang.Object
java.lang.Enum<AdministrativeLockServerHelper.PropertyServiceKey>
wt.fc.adminlock.AdministrativeLockServerHelper.PropertyServiceKey
- All Implemented Interfaces:
Serializable,Comparable<AdministrativeLockServerHelper.PropertyServiceKey>,Constable
- Enclosing class:
- AdministrativeLockServerHelper
public static enum AdministrativeLockServerHelper.PropertyServiceKey
extends Enum<AdministrativeLockServerHelper.PropertyServiceKey>
All Windchill services that intend to use the
getMapping method must have an entry in this
enumeration.
Each service enumeration has a string value associated with it. This string is used in the getMapping
method to form the property name, and is meant to be the same as the lowest part of the package name in which the
service resides. For example, since the access service resides in the wt.access package, access is the string
representation. This convention is used to maintain some consistency between the property names.
If you need to add an entry to this enumeration, please contact the package owner of this file for assistance. 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 ConstantDescriptionChange management service
Supported API: trueMaturity service
Supported API: true -
Method Summary
-
Enum Constant Details
-
CHANGE_MANAGEMENT
Change management service
Supported API: true -
MATURITY
Maturity service
Supported API: true
-