org.apache.openejb.jee.was.v6.ecore
Class EClassifier
java.lang.Object
org.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
- Direct Known Subclasses:
- EClass, EDataType
public class EClassifier
- extends ENamedElement
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">
<attribute name="instanceClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
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 |
instanceClassName
protected String instanceClassName
EClassifier
public EClassifier()
getInstanceClassName
public String getInstanceClassName()
- Gets the value of the instanceClassName property.
- Returns:
- possible object is
String
setInstanceClassName
public void setInstanceClassName(String value)
- Sets the value of the instanceClassName property.
- Parameters:
value
- allowed object is String
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.