Enum Class MetisDataResource
- All Implemented Interfaces:
MetisDataItem.MetisDataFieldId,OceanusBundleId,Serializable,Comparable<MetisDataResource>,Constable
public enum MetisDataResource
extends Enum<MetisDataResource>
implements OceanusBundleId, MetisDataItem.MetisDataFieldId
Resource IDs for JMetis viewer.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDataItem Child.DataItem Deleted.DataItem EditState.DataItem Errors.DataItem History.DataItem Id.DataItem Type.DataItem Parent.DataItem State.DataItem Version.Difference DIFFERENT.Difference IDENTICAL.Difference SECURITY.ErrorList Name.FieldValue SKIP.FieldValue UNKNOWN.List Size.Profile Elapsed Field.Profile Hidden Field.Profile Object Name.Profile Status Field.Profile Task Field. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Obtain the fieldId.(package private) static OceanusBundleIdObtain key for difference.(package private) static OceanusBundleIdObtain key for fieldValue.Get Key Name.Get NameSpace.getValue()Get Value.toString()static MetisDataResourceReturns the enum constant of this class with the specified name.static MetisDataResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DIFFERENCE_IDENTICAL
Difference IDENTICAL. -
DIFFERENCE_SECURITY
Difference SECURITY. -
DIFFERENCE_DIFFERENT
Difference DIFFERENT. -
FIELDVALUE_UNKNOWN
FieldValue UNKNOWN. -
FIELDVALUE_SKIP
FieldValue SKIP. -
PROFILE_NAME
Profile Object Name. -
PROFILE_TASK
Profile Task Field. -
PROFILE_STATUS
Profile Status Field. -
PROFILE_ELAPSED
Profile Elapsed Field. -
PROFILE_HIDDEN
Profile Hidden Field. -
LIST_SIZE
List Size. -
ERRORLIST_NAME
ErrorList Name. -
DATA_ID
DataItem Id. -
DATA_ITEMTYPE
DataItem Type. -
DATA_VERSION
DataItem Version. -
DATA_DELETED
DataItem Deleted. -
DATA_STATE
DataItem State. -
DATA_EDITSTATE
DataItem EditState. -
DATA_ERRORS
DataItem Errors. -
DATA_HISTORY
DataItem History. -
DATA_PARENT
DataItem Parent. -
DATA_CHILD
DataItem Child.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getKeyName
Description copied from interface:OceanusBundleIdGet Key Name.- Specified by:
getKeyNamein interfaceOceanusBundleId- Returns:
- the key name.
-
getNameSpace
Description copied from interface:OceanusBundleIdGet NameSpace.- Specified by:
getNameSpacein interfaceOceanusBundleId- Returns:
- the nameSpace.
-
getValue
Description copied from interface:OceanusBundleIdGet Value.- Specified by:
getValuein interfaceOceanusBundleId- Returns:
- the value.
-
toString
- Overrides:
toStringin classEnum<MetisDataResource>
-
getId
Description copied from interface:MetisDataItem.MetisDataFieldIdObtain the fieldId.- Specified by:
getIdin interfaceMetisDataItem.MetisDataFieldId- Returns:
- the fieldId
-
getKeyForDifference
Obtain key for difference.- Parameters:
pValue- the Value- Returns:
- the resource key
-
getKeyForFieldValue
Obtain key for fieldValue.- Parameters:
pValue- the Value- Returns:
- the resource key
-