|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CustomizableFeatures>
org.eclipse.gmt.modisco.infra.browser.custom.CustomizableFeatures
public enum CustomizableFeatures
A representation of the literals of the enumeration 'Customizable Features', and utility methods for working with them.
UicustomPackage.getCustomizableFeatures()
Enum Constant Summary | |
---|---|
BACKGROUND_COLOR
The 'Background Color' literal object. |
|
BOLD
The 'Bold' literal object. |
|
COLLAPSE_LINK
The 'Collapse Link' literal object. |
|
COLOR
The 'Color' literal object. |
|
FACET_MAIN_ICON
The 'Facet Main Icon' literal object. |
|
FACET_OVERLAY_ICON
The 'Facet Overlay Icon' literal object. |
|
FONT_NAME
The 'Font Name' literal object. |
|
HIDE_METACLASS_NAME
The 'Hide Metaclass Name' literal object. |
|
ICON
The 'Icon' literal object. |
|
INSTANCE_ICON
The 'Instance Icon' literal object. |
|
ITALIC
The 'Italic' literal object. |
|
LABEL
The 'Label' literal object. |
|
METACLASS_ICON
The 'Metaclass Icon' literal object. |
|
METACLASS_VISIBLE
The 'Metaclass Visible' literal object. |
|
STICKER_ICON
The 'Sticker Icon' literal object. |
|
STRUCKTHROUGH
The 'Struckthrough' literal object. |
|
UNDERLINED
The 'Underlined' literal object. |
|
VISIBLE
The 'Visible' literal object. |
Field Summary | |
---|---|
static int |
BACKGROUND_COLOR_VALUE
The 'Background Color' literal value. |
static int |
BOLD_VALUE
The 'Bold' literal value. |
static int |
COLLAPSE_LINK_VALUE
The 'Collapse Link' literal value. |
static int |
COLOR_VALUE
The 'Color' literal value. |
static int |
FACET_MAIN_ICON_VALUE
The 'Facet Main Icon' literal value. |
static int |
FACET_OVERLAY_ICON_VALUE
The 'Facet Overlay Icon' literal value. |
static int |
FONT_NAME_VALUE
The 'Font Name' literal value. |
static int |
HIDE_METACLASS_NAME_VALUE
The 'Hide Metaclass Name' literal value. |
static int |
ICON_VALUE
The 'Icon' literal value. |
static int |
INSTANCE_ICON_VALUE
The 'Instance Icon' literal value. |
static int |
ITALIC_VALUE
The 'Italic' literal value. |
static int |
LABEL_VALUE
The 'Label' literal value. |
static int |
METACLASS_ICON_VALUE
The 'Metaclass Icon' literal value. |
static int |
METACLASS_VISIBLE_VALUE
The 'Metaclass Visible' literal value. |
static int |
STICKER_ICON_VALUE
The 'Sticker Icon' literal value. |
static int |
STRUCKTHROUGH_VALUE
The 'Struckthrough' literal value. |
static int |
UNDERLINED_VALUE
The 'Underlined' literal value. |
static java.util.List<CustomizableFeatures> |
VALUES
A public read-only list of all the 'Customizable Features' enumerators. |
static int |
VISIBLE_VALUE
The 'Visible' literal value. |
Method Summary | |
---|---|
static CustomizableFeatures |
get(int value)
Returns the 'Customizable Features' literal with the specified integer value. |
static CustomizableFeatures |
get(java.lang.String literal)
Returns the 'Customizable Features' literal with the specified literal value. |
static CustomizableFeatures |
getByName(java.lang.String name)
Returns the 'Customizable Features' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static CustomizableFeatures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CustomizableFeatures[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CustomizableFeatures VISIBLE
VISIBLE_VALUE
public static final CustomizableFeatures LABEL
LABEL_VALUE
public static final CustomizableFeatures FONT_NAME
FONT_NAME_VALUE
public static final CustomizableFeatures COLOR
COLOR_VALUE
public static final CustomizableFeatures BACKGROUND_COLOR
BACKGROUND_COLOR_VALUE
public static final CustomizableFeatures ICON
ICON_VALUE
public static final CustomizableFeatures BOLD
BOLD_VALUE
public static final CustomizableFeatures ITALIC
ITALIC_VALUE
public static final CustomizableFeatures UNDERLINED
UNDERLINED_VALUE
public static final CustomizableFeatures STRUCKTHROUGH
STRUCKTHROUGH_VALUE
public static final CustomizableFeatures HIDE_METACLASS_NAME
HIDE_METACLASS_NAME_VALUE
public static final CustomizableFeatures FACET_MAIN_ICON
FACET_MAIN_ICON_VALUE
public static final CustomizableFeatures FACET_OVERLAY_ICON
FACET_OVERLAY_ICON_VALUE
public static final CustomizableFeatures METACLASS_VISIBLE
METACLASS_VISIBLE_VALUE
public static final CustomizableFeatures COLLAPSE_LINK
COLLAPSE_LINK_VALUE
public static final CustomizableFeatures METACLASS_ICON
METACLASS_ICON_VALUE
public static final CustomizableFeatures INSTANCE_ICON
INSTANCE_ICON_VALUE
public static final CustomizableFeatures STICKER_ICON
STICKER_ICON_VALUE
Field Detail |
---|
public static final int VISIBLE_VALUE
If the meaning of 'Visible' literal object isn't clear, there really should be more of a description here...
VISIBLE
,
Constant Field Valuespublic static final int LABEL_VALUE
If the meaning of 'Label' literal object isn't clear, there really should be more of a description here...
LABEL
,
Constant Field Valuespublic static final int FONT_NAME_VALUE
If the meaning of 'Font Name' literal object isn't clear, there really should be more of a description here...
FONT_NAME
,
Constant Field Valuespublic static final int COLOR_VALUE
If the meaning of 'Color' literal object isn't clear, there really should be more of a description here...
COLOR
,
Constant Field Valuespublic static final int BACKGROUND_COLOR_VALUE
If the meaning of 'Background Color' literal object isn't clear, there really should be more of a description here...
BACKGROUND_COLOR
,
Constant Field Valuespublic static final int ICON_VALUE
If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...
ICON
,
Constant Field Valuespublic static final int BOLD_VALUE
If the meaning of 'Bold' literal object isn't clear, there really should be more of a description here...
BOLD
,
Constant Field Valuespublic static final int ITALIC_VALUE
If the meaning of 'Italic' literal object isn't clear, there really should be more of a description here...
ITALIC
,
Constant Field Valuespublic static final int UNDERLINED_VALUE
If the meaning of 'Underlined' literal object isn't clear, there really should be more of a description here...
UNDERLINED
,
Constant Field Valuespublic static final int STRUCKTHROUGH_VALUE
If the meaning of 'Struckthrough' literal object isn't clear, there really should be more of a description here...
STRUCKTHROUGH
,
Constant Field Valuespublic static final int HIDE_METACLASS_NAME_VALUE
If the meaning of 'Hide Metaclass Name' literal object isn't clear, there really should be more of a description here...
HIDE_METACLASS_NAME
,
Constant Field Valuespublic static final int FACET_MAIN_ICON_VALUE
If the meaning of 'Facet Main Icon' literal object isn't clear, there really should be more of a description here...
FACET_MAIN_ICON
,
Constant Field Valuespublic static final int FACET_OVERLAY_ICON_VALUE
If the meaning of 'Facet Overlay Icon' literal object isn't clear, there really should be more of a description here...
FACET_OVERLAY_ICON
,
Constant Field Valuespublic static final int METACLASS_VISIBLE_VALUE
If the meaning of 'Metaclass Visible' literal object isn't clear, there really should be more of a description here...
METACLASS_VISIBLE
,
Constant Field Valuespublic static final int COLLAPSE_LINK_VALUE
If the meaning of 'Collapse Link' literal object isn't clear, there really should be more of a description here...
COLLAPSE_LINK
,
Constant Field Valuespublic static final int METACLASS_ICON_VALUE
If the meaning of 'Metaclass Icon' literal object isn't clear, there really should be more of a description here...
METACLASS_ICON
,
Constant Field Valuespublic static final int INSTANCE_ICON_VALUE
If the meaning of 'Instance Icon' literal object isn't clear, there really should be more of a description here...
INSTANCE_ICON
,
Constant Field Valuespublic static final int STICKER_ICON_VALUE
If the meaning of 'Sticker Icon' literal object isn't clear, there really should be more of a description here...
STICKER_ICON
,
Constant Field Valuespublic static final java.util.List<CustomizableFeatures> VALUES
Method Detail |
---|
public static final CustomizableFeatures[] values()
for(CustomizableFeatures c : CustomizableFeatures.values()) System.out.println(c);
public static CustomizableFeatures valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static CustomizableFeatures get(java.lang.String literal)
public static CustomizableFeatures getByName(java.lang.String name)
public static CustomizableFeatures get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<CustomizableFeatures>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |