|
||||||||||
| 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.ETypedElement
org.apache.openejb.jee.was.v6.java.Field
public class Field
Java class for Field complex type. The following schema fragment specifies the expected content contained within this class.
<complexType name="Field">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ETypedElement">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="initializer" type="{java.xmi}Block"/>
</choice>
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="javaVisibility" type="{java.xmi}JavaVisibilityKind" />
<attribute name="static" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="transient" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="volatile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Block> |
initializers
|
protected Boolean |
isFinal
|
protected Boolean |
isStatic
|
protected Boolean |
isTransient
|
protected Boolean |
isVolatile
|
protected JavaVisibilityEnum |
javaVisibility
|
| 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 |
| Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EObject |
|---|
extensions, href, id, idref, label, type, uuid, version |
| Constructor Summary | |
|---|---|
Field()
|
|
| Method Summary | |
|---|---|
List<Block> |
getInitializers()
Gets the value of the initializers property. |
JavaVisibilityEnum |
getJavaVisibility()
Gets the value of the javaVisibility property. |
Boolean |
isIsFinal()
Gets the value of the isFinal property. |
Boolean |
isIsStatic()
Gets the value of the isStatic property. |
Boolean |
isIsTransient()
Gets the value of the isTransient property. |
Boolean |
isIsVolatile()
Gets the value of the isVolatile property. |
void |
setIsFinal(Boolean value)
Sets the value of the isFinal property. |
void |
setIsStatic(Boolean value)
Sets the value of the isStatic property. |
void |
setIsTransient(Boolean value)
Sets the value of the isTransient property. |
void |
setIsVolatile(Boolean value)
Sets the value of the isVolatile property. |
void |
setJavaVisibility(JavaVisibilityEnum value)
Sets the value of the javaVisibility 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 |
| 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<Block> initializers
protected Boolean isFinal
protected JavaVisibilityEnum javaVisibility
protected Boolean isStatic
protected Boolean isTransient
protected Boolean isVolatile
| Constructor Detail |
|---|
public Field()
| Method Detail |
|---|
public List<Block> getInitializers()
set method for the initializers property.
For example, to add a new item, do as follows:
getInitializers().add(newItem);Objects of the following type(s) are allowed in the list
Block
public Boolean isIsFinal()
Booleanpublic void setIsFinal(Boolean value)
value - allowed object is Booleanpublic JavaVisibilityEnum getJavaVisibility()
JavaVisibilityEnumpublic void setJavaVisibility(JavaVisibilityEnum value)
value - allowed object is JavaVisibilityEnumpublic Boolean isIsStatic()
Booleanpublic void setIsStatic(Boolean value)
value - allowed object is Booleanpublic Boolean isIsTransient()
Booleanpublic void setIsTransient(Boolean value)
value - allowed object is Booleanpublic Boolean isIsVolatile()
Booleanpublic void setIsVolatile(Boolean value)
value - allowed object is Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||