Enum Class MetisViewerResource
- All Implemented Interfaces:
MetisDataItem.MetisDataFieldId,OceanusBundleId,Serializable,Comparable<MetisViewerResource>,Constable
public enum MetisViewerResource
extends Enum<MetisViewerResource>
implements OceanusBundleId, MetisDataItem.MetisDataFieldId
Resource IDs for Metis viewer.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionField column title.Key column title.Value column title.Data Entry.Error Entry.Preferences Entry.Profile Entry.Updates Entry.View Entry.Exception Cause.Exception Class.Exception Message.Exception Object.Exception Origin.Exception Stack.Link to backward.Link to forward.Link to next.Link to previous.Link table title.Viewer Root title.ItemSelect item text.ItemSelect Of Text.ItemSelect ShowHdr text.ItemSelect ShowItem text.Map table.Sections table.StackTrace table.Viewer window title. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Obtain the fieldId.(package private) static OceanusBundleIdObtain key for stdEntry.Get Key Name.Get NameSpace.getValue()Get Value.static MetisViewerResourceReturns the enum constant of this class with the specified name.static MetisViewerResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VIEWER_TITLE
Viewer window title. -
VIEWER_ROOT
Viewer Root title. -
VIEWER_COLUMN_FIELD
Field column title. -
VIEWER_COLUMN_VALUE
Value column title. -
VIEWER_COLUMN_KEY
Key column title. -
VIEWER_LINK_NEXT
Link to next. -
VIEWER_LINK_PREV
Link to previous. -
VIEWER_LINK_TITLE
Link table title. -
VIEWER_LINK_FORWARD
Link to forward. -
VIEWER_LINK_BACKWARD
Link to backward. -
VIEWER_TABLE_MAP
Map table. -
VIEWER_TABLE_SECTIONS
Sections table. -
VIEWER_TABLE_STACKTRACE
StackTrace table. -
VIEWER_SELECT_ITEM
ItemSelect item text. -
VIEWER_SELECT_OF
ItemSelect Of Text. -
VIEWER_SELECT_SHOWHDR
ItemSelect ShowHdr text. -
VIEWER_SELECT_SHOWITEMS
ItemSelect ShowItem text. -
VIEWER_ENTRY_ERROR
Error Entry. -
VIEWER_ENTRY_PROFILE
Profile Entry. -
VIEWER_ENTRY_DATA
Data Entry. -
VIEWER_ENTRY_UPDATES
Updates Entry. -
VIEWER_ENTRY_VIEW
View Entry. -
VIEWER_ENTRY_PREF
Preferences Entry. -
VIEWER_ERROR_CLASS
Exception Class. -
VIEWER_ERROR_MESSAGE
Exception Message. -
VIEWER_ERROR_ORIGIN
Exception Origin. -
VIEWER_ERROR_CAUSE
Exception Cause. -
VIEWER_ERROR_OBJECT
Exception Object. -
VIEWER_ERROR_STACK
Exception Stack.
-
-
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.
-
getId
Description copied from interface:MetisDataItem.MetisDataFieldIdObtain the fieldId.- Specified by:
getIdin interfaceMetisDataItem.MetisDataFieldId- Returns:
- the fieldId
-
getKeyForStdEntry
Obtain key for stdEntry.- Parameters:
pEntry- the entry- Returns:
- the resource key
-