public class XSEnumerationImpl extends XSObjectImpl implements XSEnumeration
Implementation of an xs:enumeration
facet, as specified
by XSEnumeration
.
Constructor and Description |
---|
XSEnumerationImpl(XSObject pParent,
XsEEnumeration pBaseEnumeration)
Creates a new instance of XSEnumerationImpl.java.
|
Modifier and Type | Method and Description |
---|---|
XSAnnotation[] |
getAnnotations()
Returns the enumeration facets set of annotations.
|
java.lang.String |
getValue()
Returns the facets value.
|
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate, validateAllIn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
public XSEnumerationImpl(XSObject pParent, XsEEnumeration pBaseEnumeration) throws org.xml.sax.SAXException
Creates a new instance of XSEnumerationImpl.java.
org.xml.sax.SAXException
public java.lang.String getValue()
XSEnumeration
Returns the facets value.
getValue
in interface XSEnumeration
public XSAnnotation[] getAnnotations()
XSEnumeration
Returns the enumeration facets set of annotations.
getAnnotations
in interface XSEnumeration