|
||||||||||
| 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.ETypedElement
public abstract class ETypedElement
Java class for ETypedElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ETypedElement">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
<sequence>
<element name="eGenericType" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" minOccurs="0"/>
</sequence>
<attribute name="ordered" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" default="true" />
<attribute name="unique" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" default="true" />
<attribute name="lowerBound" type="{http://www.eclipse.org/emf/2002/Ecore}EInt" />
<attribute name="upperBound" type="{http://www.eclipse.org/emf/2002/Ecore}EInt" default="1" />
<attribute name="many" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="required" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="eType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EGenericType |
eGenericType
|
protected String |
eType
|
protected String |
lowerBound
|
protected String |
many
|
protected String |
ordered
|
protected String |
required
|
protected String |
unique
|
protected String |
upperBound
|
| Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
name |
| Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
eAnnotations |
| Constructor Summary | |
|---|---|
ETypedElement()
|
|
| Method Summary | |
|---|---|
EGenericType |
getEGenericType()
Gets the value of the eGenericType property. |
String |
getEType()
Gets the value of the eType property. |
String |
getLowerBound()
Gets the value of the lowerBound property. |
String |
getMany()
Gets the value of the many property. |
String |
getOrdered()
Gets the value of the ordered property. |
String |
getRequired()
Gets the value of the required property. |
String |
getUnique()
Gets the value of the unique property. |
String |
getUpperBound()
Gets the value of the upperBound property. |
void |
setEGenericType(EGenericType value)
Sets the value of the eGenericType property. |
void |
setEType(String value)
Sets the value of the eType property. |
void |
setLowerBound(String value)
Sets the value of the lowerBound property. |
void |
setMany(String value)
Sets the value of the many property. |
void |
setOrdered(String value)
Sets the value of the ordered property. |
void |
setRequired(String value)
Sets the value of the required property. |
void |
setUnique(String value)
Sets the value of the unique property. |
void |
setUpperBound(String value)
Sets the value of the upperBound 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 EGenericType eGenericType
protected String ordered
protected String unique
protected String lowerBound
protected String upperBound
protected String many
protected String required
protected String eType
| Constructor Detail |
|---|
public ETypedElement()
| Method Detail |
|---|
public EGenericType getEGenericType()
EGenericTypepublic void setEGenericType(EGenericType value)
value - allowed object is
EGenericTypepublic String getOrdered()
Stringpublic void setOrdered(String value)
value - allowed object is
Stringpublic String getUnique()
Stringpublic void setUnique(String value)
value - allowed object is
Stringpublic String getLowerBound()
Stringpublic void setLowerBound(String value)
value - allowed object is
Stringpublic String getUpperBound()
Stringpublic void setUpperBound(String value)
value - allowed object is
Stringpublic String getMany()
Stringpublic void setMany(String value)
value - allowed object is
Stringpublic String getRequired()
Stringpublic void setRequired(String value)
value - allowed object is
Stringpublic String getEType()
Stringpublic void setEType(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 | |||||||||