|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf._2002.ecore.EGenericType
public class EGenericType
Java class for EGenericType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EGenericType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eUpperBound" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" minOccurs="0"/>
<element name="eTypeArguments" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" maxOccurs="unbounded" minOccurs="0"/>
<element name="eLowerBound" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" minOccurs="0"/>
</sequence>
<attribute name="eRawType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="eTypeParameter" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="eClassifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
eClassifier
|
protected EGenericType |
eLowerBound
|
protected String |
eRawType
|
protected List<EGenericType> |
eTypeArguments
|
protected Object |
eTypeParameter
|
protected EGenericType |
eUpperBound
|
| Constructor Summary | |
|---|---|
EGenericType()
|
|
| Method Summary | |
|---|---|
String |
getEClassifier()
Gets the value of the eClassifier property. |
EGenericType |
getELowerBound()
Gets the value of the eLowerBound property. |
String |
getERawType()
Gets the value of the eRawType property. |
List<EGenericType> |
getETypeArguments()
Gets the value of the eTypeArguments property. |
Object |
getETypeParameter()
Gets the value of the eTypeParameter property. |
EGenericType |
getEUpperBound()
Gets the value of the eUpperBound property. |
void |
setEClassifier(String value)
Sets the value of the eClassifier property. |
void |
setELowerBound(EGenericType value)
Sets the value of the eLowerBound property. |
void |
setERawType(String value)
Sets the value of the eRawType property. |
void |
setETypeParameter(Object value)
Sets the value of the eTypeParameter property. |
void |
setEUpperBound(EGenericType value)
Sets the value of the eUpperBound property. |
String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected EGenericType eUpperBound
protected List<EGenericType> eTypeArguments
protected EGenericType eLowerBound
protected String eRawType
protected Object eTypeParameter
protected String eClassifier
| Constructor Detail |
|---|
public EGenericType()
| Method Detail |
|---|
public EGenericType getEUpperBound()
EGenericTypepublic void setEUpperBound(EGenericType value)
value - allowed object is
EGenericTypepublic List<EGenericType> getETypeArguments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eTypeArguments property.
For example, to add a new item, do as follows:
getETypeArguments().add(newItem);
Objects of the following type(s) are allowed in the list
EGenericType
public EGenericType getELowerBound()
EGenericTypepublic void setELowerBound(EGenericType value)
value - allowed object is
EGenericTypepublic String getERawType()
Stringpublic void setERawType(String value)
value - allowed object is
Stringpublic Object getETypeParameter()
Objectpublic void setETypeParameter(Object value)
value - allowed object is
Objectpublic String getEClassifier()
Stringpublic void setEClassifier(String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||