org.eclipse.gmt.modisco.infra.browser.custom
Enum CustomizableFeatures

java.lang.Object
  extended by java.lang.Enum<CustomizableFeatures>
      extended by org.eclipse.gmt.modisco.infra.browser.custom.CustomizableFeatures
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CustomizableFeatures>

public enum CustomizableFeatures
extends java.lang.Enum<CustomizableFeatures>

A representation of the literals of the enumeration 'Customizable Features', and utility methods for working with them.

See Also:
UicustomPackage.getCustomizableFeatures()
Generated:
Model:

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

VISIBLE

public static final CustomizableFeatures VISIBLE
The 'Visible' literal object.

See Also:
VISIBLE_VALUE
Generated:
Ordered:

LABEL

public static final CustomizableFeatures LABEL
The 'Label' literal object.

See Also:
LABEL_VALUE
Generated:
Ordered:

FONT_NAME

public static final CustomizableFeatures FONT_NAME
The 'Font Name' literal object.

See Also:
FONT_NAME_VALUE
Generated:
Ordered:

COLOR

public static final CustomizableFeatures COLOR
The 'Color' literal object.

See Also:
COLOR_VALUE
Generated:
Ordered:

BACKGROUND_COLOR

public static final CustomizableFeatures BACKGROUND_COLOR
The 'Background Color' literal object.

See Also:
BACKGROUND_COLOR_VALUE
Generated:
Ordered:

ICON

public static final CustomizableFeatures ICON
The 'Icon' literal object.

See Also:
ICON_VALUE
Generated:
Ordered:

BOLD

public static final CustomizableFeatures BOLD
The 'Bold' literal object.

See Also:
BOLD_VALUE
Generated:
Ordered:

ITALIC

public static final CustomizableFeatures ITALIC
The 'Italic' literal object.

See Also:
ITALIC_VALUE
Generated:
Ordered:

UNDERLINED

public static final CustomizableFeatures UNDERLINED
The 'Underlined' literal object.

See Also:
UNDERLINED_VALUE
Generated:
Ordered:

STRUCKTHROUGH

public static final CustomizableFeatures STRUCKTHROUGH
The 'Struckthrough' literal object.

See Also:
STRUCKTHROUGH_VALUE
Generated:
Ordered:

HIDE_METACLASS_NAME

public static final CustomizableFeatures HIDE_METACLASS_NAME
The 'Hide Metaclass Name' literal object.

See Also:
HIDE_METACLASS_NAME_VALUE
Generated:
Ordered:

FACET_MAIN_ICON

public static final CustomizableFeatures FACET_MAIN_ICON
The 'Facet Main Icon' literal object.

See Also:
FACET_MAIN_ICON_VALUE
Generated:
Ordered:

FACET_OVERLAY_ICON

public static final CustomizableFeatures FACET_OVERLAY_ICON
The 'Facet Overlay Icon' literal object.

See Also:
FACET_OVERLAY_ICON_VALUE
Generated:
Ordered:

METACLASS_VISIBLE

public static final CustomizableFeatures METACLASS_VISIBLE
The 'Metaclass Visible' literal object.

See Also:
METACLASS_VISIBLE_VALUE
Generated:
Ordered:

COLLAPSE_LINK

public static final CustomizableFeatures COLLAPSE_LINK
The 'Collapse Link' literal object.

See Also:
COLLAPSE_LINK_VALUE
Generated:
Ordered:

METACLASS_ICON

public static final CustomizableFeatures METACLASS_ICON
The 'Metaclass Icon' literal object.

See Also:
METACLASS_ICON_VALUE
Generated:
Ordered:

INSTANCE_ICON

public static final CustomizableFeatures INSTANCE_ICON
The 'Instance Icon' literal object.

See Also:
INSTANCE_ICON_VALUE
Generated:
Ordered:

STICKER_ICON

public static final CustomizableFeatures STICKER_ICON
The 'Sticker Icon' literal object.

See Also:
STICKER_ICON_VALUE
Generated:
Ordered:
Field Detail

VISIBLE_VALUE

public static final int VISIBLE_VALUE
The 'Visible' literal value.

If the meaning of 'Visible' literal object isn't clear, there really should be more of a description here...

See Also:
VISIBLE, Constant Field Values
Generated:
Model:
name="visible"
Ordered:

LABEL_VALUE

public static final int LABEL_VALUE
The 'Label' literal value.

If the meaning of 'Label' literal object isn't clear, there really should be more of a description here...

See Also:
LABEL, Constant Field Values
Generated:
Model:
name="label"
Ordered:

FONT_NAME_VALUE

public static final int FONT_NAME_VALUE
The 'Font Name' literal value.

If the meaning of 'Font Name' literal object isn't clear, there really should be more of a description here...

See Also:
FONT_NAME, Constant Field Values
Generated:
Model:
name="fontName"
Ordered:

COLOR_VALUE

public static final int COLOR_VALUE
The 'Color' literal value.

If the meaning of 'Color' literal object isn't clear, there really should be more of a description here...

See Also:
COLOR, Constant Field Values
Generated:
Model:
name="color"
Ordered:

BACKGROUND_COLOR_VALUE

public static final int BACKGROUND_COLOR_VALUE
The 'Background Color' literal value.

If the meaning of 'Background Color' literal object isn't clear, there really should be more of a description here...

See Also:
BACKGROUND_COLOR, Constant Field Values
Generated:
Model:
name="backgroundColor"
Ordered:

ICON_VALUE

public static final int ICON_VALUE
The 'Icon' literal value.

If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...

See Also:
ICON, Constant Field Values
Generated:
Model:
name="icon"
Ordered:

BOLD_VALUE

public static final int BOLD_VALUE
The 'Bold' literal value.

If the meaning of 'Bold' literal object isn't clear, there really should be more of a description here...

See Also:
BOLD, Constant Field Values
Generated:
Model:
name="bold"
Ordered:

ITALIC_VALUE

public static final int ITALIC_VALUE
The 'Italic' literal value.

If the meaning of 'Italic' literal object isn't clear, there really should be more of a description here...

See Also:
ITALIC, Constant Field Values
Generated:
Model:
name="italic"
Ordered:

UNDERLINED_VALUE

public static final int UNDERLINED_VALUE
The 'Underlined' literal value.

If the meaning of 'Underlined' literal object isn't clear, there really should be more of a description here...

See Also:
UNDERLINED, Constant Field Values
Generated:
Model:
name="underlined"
Ordered:

STRUCKTHROUGH_VALUE

public static final int STRUCKTHROUGH_VALUE
The 'Struckthrough' literal value.

If the meaning of 'Struckthrough' literal object isn't clear, there really should be more of a description here...

See Also:
STRUCKTHROUGH, Constant Field Values
Generated:
Model:
name="struckthrough"
Ordered:

HIDE_METACLASS_NAME_VALUE

public static final int HIDE_METACLASS_NAME_VALUE
The 'Hide Metaclass Name' literal value.

If the meaning of 'Hide Metaclass Name' literal object isn't clear, there really should be more of a description here...

See Also:
HIDE_METACLASS_NAME, Constant Field Values
Generated:
Model:
name="hideMetaclassName"
Ordered:

FACET_MAIN_ICON_VALUE

public static final int FACET_MAIN_ICON_VALUE
The 'Facet Main Icon' literal value.

If the meaning of 'Facet Main Icon' literal object isn't clear, there really should be more of a description here...

See Also:
FACET_MAIN_ICON, Constant Field Values
Generated:
Model:
name="facetMainIcon"
Ordered:

FACET_OVERLAY_ICON_VALUE

public static final int FACET_OVERLAY_ICON_VALUE
The 'Facet Overlay Icon' literal value.

If the meaning of 'Facet Overlay Icon' literal object isn't clear, there really should be more of a description here...

See Also:
FACET_OVERLAY_ICON, Constant Field Values
Generated:
Model:
name="facetOverlayIcon"
Ordered:

METACLASS_VISIBLE_VALUE

public static final int METACLASS_VISIBLE_VALUE
The 'Metaclass Visible' literal value.

If the meaning of 'Metaclass Visible' literal object isn't clear, there really should be more of a description here...

See Also:
METACLASS_VISIBLE, Constant Field Values
Generated:
Model:
name="metaclassVisible"
Ordered:

COLLAPSE_LINK_VALUE

public static final int COLLAPSE_LINK_VALUE
The 'Collapse Link' literal value.

If the meaning of 'Collapse Link' literal object isn't clear, there really should be more of a description here...

See Also:
COLLAPSE_LINK, Constant Field Values
Generated:
Model:
name="collapseLink"
Ordered:

METACLASS_ICON_VALUE

public static final int METACLASS_ICON_VALUE
The 'Metaclass Icon' literal value.

If the meaning of 'Metaclass Icon' literal object isn't clear, there really should be more of a description here...

See Also:
METACLASS_ICON, Constant Field Values
Generated:
Model:
name="metaclassIcon"
Ordered:

INSTANCE_ICON_VALUE

public static final int INSTANCE_ICON_VALUE
The 'Instance Icon' literal value.

If the meaning of 'Instance Icon' literal object isn't clear, there really should be more of a description here...

See Also:
INSTANCE_ICON, Constant Field Values
Generated:
Model:
name="instanceIcon"
Ordered:

STICKER_ICON_VALUE

public static final int STICKER_ICON_VALUE
The 'Sticker Icon' literal value.

If the meaning of 'Sticker Icon' literal object isn't clear, there really should be more of a description here...

See Also:
STICKER_ICON, Constant Field Values
Generated:
Model:
name="stickerIcon"
Ordered:

VALUES

public static final java.util.List<CustomizableFeatures> VALUES
A public read-only list of all the 'Customizable Features' enumerators.

Generated:
Method Detail

values

public static final CustomizableFeatures[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(CustomizableFeatures c : CustomizableFeatures.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static CustomizableFeatures valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

get

public static CustomizableFeatures get(java.lang.String literal)
Returns the 'Customizable Features' literal with the specified literal value.

Generated:

getByName

public static CustomizableFeatures getByName(java.lang.String name)
Returns the 'Customizable Features' literal with the specified name.

Generated:

get

public static CustomizableFeatures get(int value)
Returns the 'Customizable Features' literal with the specified integer value.

Generated:

getValue

public int getValue()

Generated:

getName

public java.lang.String getName()

Generated:

getLiteral

public java.lang.String getLiteral()

Generated:

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<CustomizableFeatures>
Generated: