Class EStructuralFeature
- 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.ETypedElement
-
- org.apache.openejb.jee.was.v6.ecore.EStructuralFeature
-
- Direct Known Subclasses:
EAttribute,EReference,JavaEvent
public class EStructuralFeature extends ETypedElement
Java class for EStructuralFeature complex type. The following schema fragment specifies the expected content contained within this class.<complexType name="EStructuralFeature"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}ETypedElement"> <attribute name="changeable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="defaultValueLiteral" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="derived" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="transient" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="unsettable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="volatile" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanchangeableprotected StringdefaultValueLiteralprotected Booleanderivedprotected BooleanisTransientprotected BooleanisVolatileprotected Booleanunsettable-
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
eClassifierETypes, eType, lowerBound, ordered, unique, upperBound
-
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
-
-
Constructor Summary
Constructors Constructor Description EStructuralFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValueLiteral()Gets the value of the defaultValueLiteral property.BooleanisChangeable()Gets the value of the changeable property.BooleanisDerived()Gets the value of the derived property.BooleanisIsTransient()Gets the value of the isTransient property.BooleanisIsVolatile()Gets the value of the isVolatile property.BooleanisUnsettable()Gets the value of the unsettable property.voidsetChangeable(Boolean value)Sets the value of the changeable property.voidsetDefaultValueLiteral(String value)Sets the value of the defaultValueLiteral property.voidsetDerived(Boolean value)Sets the value of the derived property.voidsetIsTransient(Boolean value)Sets the value of the isTransient property.voidsetIsVolatile(Boolean value)Sets the value of the isVolatile property.voidsetUnsettable(Boolean value)Sets the value of the unsettable property.-
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
-
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
-
-
-
-
Method Detail
-
isChangeable
public Boolean isChangeable()
Gets the value of the changeable property.- Returns:
- possible object is
Boolean
-
setChangeable
public void setChangeable(Boolean value)
Sets the value of the changeable property.- Parameters:
value- allowed object isBoolean
-
getDefaultValueLiteral
public String getDefaultValueLiteral()
Gets the value of the defaultValueLiteral property.- Returns:
- possible object is
String
-
setDefaultValueLiteral
public void setDefaultValueLiteral(String value)
Sets the value of the defaultValueLiteral property.- Parameters:
value- allowed object isString
-
isDerived
public Boolean isDerived()
Gets the value of the derived property.- Returns:
- possible object is
Boolean
-
setDerived
public void setDerived(Boolean value)
Sets the value of the derived property.- Parameters:
value- allowed object isBoolean
-
isIsTransient
public Boolean isIsTransient()
Gets the value of the isTransient property.- Returns:
- possible object is
Boolean
-
setIsTransient
public void setIsTransient(Boolean value)
Sets the value of the isTransient property.- Parameters:
value- allowed object isBoolean
-
isUnsettable
public Boolean isUnsettable()
Gets the value of the unsettable property.- Returns:
- possible object is
Boolean
-
setUnsettable
public void setUnsettable(Boolean value)
Sets the value of the unsettable property.- Parameters:
value- allowed object isBoolean
-
isIsVolatile
public Boolean isIsVolatile()
Gets the value of the isVolatile property.- Returns:
- possible object is
Boolean
-
-