Uses of Class
org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563.MyEnum

Packages that use MyEnum
org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563   
 

Uses of MyEnum in org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563
 

Fields in org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563 with type parameters of type MyEnum
static java.util.List<MyEnum> MyEnum.VALUES
          A public read-only list of all the 'My Enum' enumerators.
 

Methods in org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563 that return MyEnum
static MyEnum MyEnum.get(int value)
          Returns the 'My Enum' literal with the specified integer value.
static MyEnum MyEnum.get(java.lang.String literal)
          Returns the 'My Enum' literal with the specified literal value.
 MyEnum MyEClass.getAttr()
          Returns the value of the 'Attr' attribute.
static MyEnum MyEnum.getByName(java.lang.String name)
          Returns the 'My Enum' literal with the specified name.
 MyEnum MyEClass.getDerivedAttr()
          Returns the value of the 'Derived Attr' attribute.
static MyEnum MyEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MyEnum[] MyEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563 with parameters of type MyEnum
 void MyEClass.setAttr(MyEnum value)
          Sets the value of the 'Attr' attribute.