@Deprecated public enum CustomizableFeatures extends java.lang.Enum<CustomizableFeatures>
UicustomPackage.getCustomizableFeatures()| Enum Constant and Description |
|---|
BACKGROUND_COLOR
Deprecated.
The 'Background Color' literal object.
|
BOLD
Deprecated.
The 'Bold' literal object.
|
COLLAPSE_LINK
Deprecated.
The 'Collapse Link' literal object.
|
COLOR
Deprecated.
The 'Color' literal object.
|
FACET_MAIN_ICON
Deprecated.
The 'Facet Main Icon' literal object.
|
FACET_OVERLAY_ICON
Deprecated.
The 'Facet Overlay Icon' literal object.
|
FONT_NAME
Deprecated.
The 'Font Name' literal object.
|
HIDE_METACLASS_NAME
Deprecated.
The 'Hide Metaclass Name' literal object.
|
ICON
Deprecated.
The 'Icon' literal object.
|
INSTANCE_ICON
Deprecated.
The 'Instance Icon' literal object.
|
ITALIC
Deprecated.
The 'Italic' literal object.
|
LABEL
Deprecated.
The 'Label' literal object.
|
METACLASS_ICON
Deprecated.
The 'Metaclass Icon' literal object.
|
METACLASS_VISIBLE
Deprecated.
The 'Metaclass Visible' literal object.
|
STICKER_ICON
Deprecated.
The 'Sticker Icon' literal object.
|
STRUCKTHROUGH
Deprecated.
The 'Struckthrough' literal object.
|
UNDERLINED
Deprecated.
The 'Underlined' literal object.
|
VISIBLE
Deprecated.
The 'Visible' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKGROUND_COLOR_VALUE
Deprecated.
The 'Background Color' literal value.
|
static int |
BOLD_VALUE
Deprecated.
The 'Bold' literal value.
|
static int |
COLLAPSE_LINK_VALUE
Deprecated.
The 'Collapse Link' literal value.
|
static int |
COLOR_VALUE
Deprecated.
The 'Color' literal value.
|
static int |
FACET_MAIN_ICON_VALUE
Deprecated.
The 'Facet Main Icon' literal value.
|
static int |
FACET_OVERLAY_ICON_VALUE
Deprecated.
The 'Facet Overlay Icon' literal value.
|
static int |
FONT_NAME_VALUE
Deprecated.
The 'Font Name' literal value.
|
static int |
HIDE_METACLASS_NAME_VALUE
Deprecated.
The 'Hide Metaclass Name' literal value.
|
static int |
ICON_VALUE
Deprecated.
The 'Icon' literal value.
|
static int |
INSTANCE_ICON_VALUE
Deprecated.
The 'Instance Icon' literal value.
|
static int |
ITALIC_VALUE
Deprecated.
The 'Italic' literal value.
|
static int |
LABEL_VALUE
Deprecated.
The 'Label' literal value.
|
static int |
METACLASS_ICON_VALUE
Deprecated.
The 'Metaclass Icon' literal value.
|
static int |
METACLASS_VISIBLE_VALUE
Deprecated.
The 'Metaclass Visible' literal value.
|
static int |
STICKER_ICON_VALUE
Deprecated.
The 'Sticker Icon' literal value.
|
static int |
STRUCKTHROUGH_VALUE
Deprecated.
The 'Struckthrough' literal value.
|
static int |
UNDERLINED_VALUE
Deprecated.
The 'Underlined' literal value.
|
static java.util.List<CustomizableFeatures> |
VALUES
Deprecated.
A public read-only list of all the 'Customizable Features' enumerators.
|
static int |
VISIBLE_VALUE
Deprecated.
The 'Visible' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomizableFeatures |
get(int value)
Deprecated.
Returns the 'Customizable Features' literal with the specified integer value.
|
static CustomizableFeatures |
get(java.lang.String literal)
Deprecated.
Returns the 'Customizable Features' literal with the specified literal value.
|
static CustomizableFeatures |
getByName(java.lang.String name)
Deprecated.
Returns the 'Customizable Features' literal with the specified name.
|
java.lang.String |
getLiteral()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
int |
getValue()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
Returns the literal value of the enumerator, which is its string representation.
|
static CustomizableFeatures |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CustomizableFeatures[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomizableFeatures VISIBLE
VISIBLE_VALUEpublic static final CustomizableFeatures LABEL
LABEL_VALUEpublic static final CustomizableFeatures FONT_NAME
FONT_NAME_VALUEpublic static final CustomizableFeatures COLOR
COLOR_VALUEpublic static final CustomizableFeatures BACKGROUND_COLOR
BACKGROUND_COLOR_VALUEpublic static final CustomizableFeatures ICON
ICON_VALUEpublic static final CustomizableFeatures BOLD
BOLD_VALUEpublic static final CustomizableFeatures ITALIC
ITALIC_VALUEpublic static final CustomizableFeatures UNDERLINED
UNDERLINED_VALUEpublic static final CustomizableFeatures STRUCKTHROUGH
STRUCKTHROUGH_VALUEpublic static final CustomizableFeatures HIDE_METACLASS_NAME
HIDE_METACLASS_NAME_VALUEpublic static final CustomizableFeatures FACET_MAIN_ICON
FACET_MAIN_ICON_VALUEpublic static final CustomizableFeatures FACET_OVERLAY_ICON
FACET_OVERLAY_ICON_VALUEpublic static final CustomizableFeatures METACLASS_VISIBLE
METACLASS_VISIBLE_VALUEpublic static final CustomizableFeatures COLLAPSE_LINK
COLLAPSE_LINK_VALUEpublic static final CustomizableFeatures METACLASS_ICON
METACLASS_ICON_VALUEpublic static final CustomizableFeatures INSTANCE_ICON
INSTANCE_ICON_VALUEpublic static final CustomizableFeatures STICKER_ICON
STICKER_ICON_VALUEpublic 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
public static 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 namejava.lang.NullPointerException - if the argument is nullpublic 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>