|
||||||||||
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.ecore.EStructuralFeature
org.apache.openejb.jee.was.v6.ecore.EAttribute
org.apache.openejb.jee.was.v6.ejb.CMPAttribute
org.apache.openejb.jee.was.v6.ejb.CMRField
public class CMRField
Java class for CMRField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CMRField"> <complexContent> <extension base="{ejb.xmi}CMPAttribute"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="collectionType" type="{java.xmi}JavaClass"/> </choice> <attribute name="collectionType" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
collectionType
|
protected java.util.List<JavaClass> |
collectionTypes
|
Fields inherited from class org.apache.openejb.jee.was.v6.ejb.CMPAttribute |
---|
description, descriptions |
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EAttribute |
---|
id |
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EStructuralFeature |
---|
changeable, defaultValueLiteral, derived, isTransient, isVolatile, unsettable |
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, idref, label, type, uuid, version |
Constructor Summary | |
---|---|
CMRField()
|
Method Summary | |
---|---|
java.lang.String |
getCollectionType()
Gets the value of the collectionType property. |
java.util.List<JavaClass> |
getCollectionTypes()
Gets the value of the collectionTypes property. |
void |
setCollectionType(java.lang.String value)
Sets the value of the collectionType property. |
Methods inherited from class org.apache.openejb.jee.was.v6.ejb.CMPAttribute |
---|
getDescription, getDescriptions, setDescription |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EAttribute |
---|
isID, setID |
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EStructuralFeature |
---|
getDefaultValueLiteral, isChangeable, isDerived, isIsTransient, isIsVolatile, isUnsettable, setChangeable, setDefaultValueLiteral, setDerived, setIsTransient, setIsVolatile, setUnsettable |
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 java.util.List<JavaClass> collectionTypes
protected java.lang.String collectionType
Constructor Detail |
---|
public CMRField()
Method Detail |
---|
public java.util.List<JavaClass> getCollectionTypes()
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 collectionTypes property.
For example, to add a new item, do as follows:
getCollectionTypes().add(newItem);
Objects of the following type(s) are allowed in the list
JavaClass
public java.lang.String getCollectionType()
String
public void setCollectionType(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |