|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.ecore.EObject
org.apache.openejb.jee.was.v6.ecore.EModelElement
org.apache.openejb.jee.was.v6.ecore.ENamedElement
org.apache.openejb.jee.was.v6.ecore.EClassifier
org.apache.openejb.jee.was.v6.ecore.EClass
public class EClass
Java class for EClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EClass"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}EClassifier"> <choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eSuperTypes" type="{http://www.eclipse.org/emf/2002/Ecore}EClass"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eOperations" type="{http://www.eclipse.org/emf/2002/Ecore}EOperation"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eStructuralFeatures" type="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature"/> </choice> </choice> <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="eSuperTypes" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<EClass> |
eClassESuperTypes
|
protected List<EOperation> |
eOperations
|
protected List<EStructuralFeature> |
eStructuralFeatures
|
protected String |
eSuperTypes
|
protected Boolean |
isAbstract
|
protected Boolean |
isInterface
|
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EClassifier |
---|
instanceClassName |
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement |
---|
name |
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement |
---|
eAnnotations |
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EObject |
---|
extensions, href, id, idref, label, type, uuid, version |
Constructor Summary | |
---|---|
EClass()
|
Method Summary | |
---|---|
List<EClass> |
getEClassESuperTypes()
Gets the value of the eClassESuperTypes property. |
List<EOperation> |
getEOperations()
Gets the value of the eOperations property. |
List<EStructuralFeature> |
getEStructuralFeatures()
Gets the value of the eStructuralFeatures property. |
String |
getESuperTypes()
Gets the value of the eSuperTypes property. |
Boolean |
isIsAbstract()
Gets the value of the isAbstract property. |
Boolean |
isIsInterface()
Gets the value of the isInterface property. |
void |
setESuperTypes(String value)
Sets the value of the eSuperTypes property. |
void |
setIsAbstract(Boolean value)
Sets the value of the isAbstract property. |
void |
setIsInterface(Boolean value)
Sets the value of the isInterface property. |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EClassifier |
---|
getInstanceClassName, setInstanceClassName |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EObject |
---|
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<EClass> eClassESuperTypes
protected List<EOperation> eOperations
protected List<EStructuralFeature> eStructuralFeatures
protected Boolean isAbstract
protected String eSuperTypes
protected Boolean isInterface
Constructor Detail |
---|
public EClass()
Method Detail |
---|
public List<EClass> getEClassESuperTypes()
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 eClassESuperTypes property.
For example, to add a new item, do as follows:
getEClassESuperTypes().add(newItem);
Objects of the following type(s) are allowed in the list EClass
public List<EOperation> getEOperations()
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 eOperations property.
For example, to add a new item, do as follows:
getEOperations().add(newItem);
Objects of the following type(s) are allowed in the list
EOperation
public List<EStructuralFeature> getEStructuralFeatures()
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 eStructuralFeatures property.
For example, to add a new item, do as follows:
getEStructuralFeatures().add(newItem);
Objects of the following type(s) are allowed in the list
EStructuralFeature
public Boolean isIsAbstract()
Boolean
public void setIsAbstract(Boolean value)
value
- allowed object is Boolean
public String getESuperTypes()
String
public void setESuperTypes(String value)
value
- allowed object is String
public Boolean isIsInterface()
Boolean
public void setIsInterface(Boolean value)
value
- allowed object is Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |