|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.EEnumLiteral
public class EEnumLiteral
Java class for EEnumLiteral complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EEnumLiteral">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
<attribute name="value" type="{http://www.eclipse.org/emf/2002/Ecore}EInt" />
<attribute name="instance" type="{http://www.eclipse.org/emf/2002/Ecore}EEnumerator" />
<attribute name="literal" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
instance
|
protected String |
literal
|
protected String |
value
|
| Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
name |
| Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
eAnnotations |
| Constructor Summary | |
|---|---|
EEnumLiteral()
|
|
| Method Summary | |
|---|---|
String |
getInstance()
Gets the value of the instance property. |
String |
getLiteral()
Gets the value of the literal property. |
String |
getValue()
Gets the value of the value property. |
void |
setInstance(String value)
Sets the value of the instance property. |
void |
setLiteral(String value)
Sets the value of the literal property. |
void |
setValue(String value)
Sets the value of the value property. |
String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
getEAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String instance
protected String literal
| Constructor Detail |
|---|
public EEnumLiteral()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getInstance()
Stringpublic void setInstance(String value)
value - allowed object is
Stringpublic String getLiteral()
Stringpublic void setLiteral(String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class ENamedElementpublic String toString()
toString in class ENamedElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||