org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563
Interface MyEClass


public interface MyEClass

A representation of the model object 'My EClass'.

The following features are supported:

See Also:
Bug344563Package.getMyEClass()
Generated:
Model:

Method Summary
 MyEnum getAttr()
          Returns the value of the 'Attr' attribute.
 MyEnum getDerivedAttr()
          Returns the value of the 'Derived Attr' attribute.
 void setAttr(MyEnum value)
          Sets the value of the 'Attr' attribute.
 

Method Detail

getAttr

MyEnum getAttr()
Returns the value of the 'Attr' attribute. The literals are from the enumeration MyEnum.

If the meaning of the 'Attr' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attr' attribute.
See Also:
MyEnum, setAttr(MyEnum), Bug344563Package.getMyEClass_Attr()
Generated:
Model:

setAttr

void setAttr(MyEnum value)
Sets the value of the 'Attr' attribute.

Parameters:
value - the new value of the 'Attr' attribute.
See Also:
MyEnum, getAttr()
Generated:

getDerivedAttr

MyEnum getDerivedAttr()
Returns the value of the 'Derived Attr' attribute. The literals are from the enumeration MyEnum.

If the meaning of the 'Derived Attr' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Derived Attr' attribute.
See Also:
MyEnum, Bug344563Package.getMyEClass_DerivedAttr()
Generated:
Model:
transient="true" changeable="false" volatile="true" derived="true"