|
||||||||||
| 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.EClassifier
public abstract class EClassifier
Java class for EClassifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EClassifier">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
<sequence>
<element name="eTypeParameters" type="{http://www.eclipse.org/emf/2002/Ecore}ETypeParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="instanceClassName" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
<attribute name="instanceClass" type="{http://www.eclipse.org/emf/2002/Ecore}EJavaClass" />
<attribute name="defaultValue" type="{http://www.eclipse.org/emf/2002/Ecore}EJavaObject" />
<attribute name="instanceTypeName" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
defaultValue
|
protected List<ETypeParameter> |
eTypeParameters
|
protected String |
instanceClass
|
protected String |
instanceClassName
|
protected String |
instanceTypeName
|
| Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
name |
| Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
eAnnotations |
| Constructor Summary | |
|---|---|
EClassifier()
|
|
| Method Summary | |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property. |
List<ETypeParameter> |
getETypeParameters()
Gets the value of the eTypeParameters property. |
String |
getInstanceClass()
Gets the value of the instanceClass property. |
String |
getInstanceClassName()
Gets the value of the instanceClassName property. |
String |
getInstanceTypeName()
Gets the value of the instanceTypeName property. |
void |
setDefaultValue(String value)
Sets the value of the defaultValue property. |
void |
setInstanceClass(String value)
Sets the value of the instanceClass property. |
void |
setInstanceClassName(String value)
Sets the value of the instanceClassName property. |
void |
setInstanceTypeName(String value)
Sets the value of the instanceTypeName 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 List<ETypeParameter> eTypeParameters
protected String instanceClassName
protected String instanceClass
protected String defaultValue
protected String instanceTypeName
| Constructor Detail |
|---|
public EClassifier()
| Method Detail |
|---|
public List<ETypeParameter> getETypeParameters()
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 eTypeParameters property.
For example, to add a new item, do as follows:
getETypeParameters().add(newItem);
Objects of the following type(s) are allowed in the list
ETypeParameter
public String getInstanceClassName()
Stringpublic void setInstanceClassName(String value)
value - allowed object is
Stringpublic String getInstanceClass()
Stringpublic void setInstanceClass(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getInstanceTypeName()
Stringpublic void setInstanceTypeName(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 | |||||||||