EclipseLink 1.2.0, build 'v20091016-r5565' API Reference

org.eclipse.persistence.jaxb.compiler
Class ReferenceProperty

java.lang.Object
  extended by org.eclipse.persistence.jaxb.compiler.Property
      extended by org.eclipse.persistence.jaxb.compiler.ReferenceProperty

public class ReferenceProperty
extends Property


Constructor Summary
ReferenceProperty(Helper helper)
           
 
Method Summary
 void addReferencedElement(ElementDeclaration element)
           
 java.util.List<ElementDeclaration> getReferencedElements()
           
 boolean isReference()
           
 
Methods inherited from class org.eclipse.persistence.jaxb.compiler.Property
getActualType, getDefaultValue, getElement, getGenericType, getGetMethodName, getMimeType, getOriginalType, getPropertyName, getSchemaName, getSchemaType, getSetMethodName, getType, getXmlJavaTypeAdapter, isAny, isAttribute, isChoice, isCollectionType, isMethodProperty, isMixedContent, isMtomAttachment, isNillable, isRequired, isSetDefaultValue, isSetXmlJavaTypeAdapter, isSwaAttachmentRef, isTransient, isXmlElementType, setAdapterClass, setDefaultValue, setElement, setGenericType, setGetMethodName, setHasXmlElementType, setHelper, setIsAttribute, setIsMtomAttachment, setIsRequired, setIsSwaAttachmentRef, setMethodProperty, setMimeType, setMixedContent, setNillable, setOriginalType, setPropertyName, setSchemaName, setSchemaType, setSetMethodName, setTransient, setType, setXmlJavaTypeAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceProperty

public ReferenceProperty(Helper helper)
Method Detail

addReferencedElement

public void addReferencedElement(ElementDeclaration element)

isReference

public boolean isReference()
Overrides:
isReference in class Property

getReferencedElements

public java.util.List<ElementDeclaration> getReferencedElements()

EclipseLink 1.2.0, build 'v20091016-r5565' API Reference