Package com.sun.tools.xjc.model
Class CEnumConstant
java.lang.Object
com.sun.tools.xjc.model.CEnumConstant
- All Implemented Interfaces:
CCustomizable,com.sun.xml.bind.v2.model.core.EnumConstant<NType,NClass>
public final class CEnumConstant
extends Object
implements com.sun.xml.bind.v2.model.core.EnumConstant<NType,NClass>, CCustomizable
Enumeration constant.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCEnumConstant(String name, String javadoc, String lexical, XSComponent source, CCustomizations customizations, Locator loc) -
Method Summary
Modifier and TypeMethodDescriptionGets the list of customizations attached to this model component.Gets the source location in the schema from which this model component is created.getName()If this model object is built from XML Schema, this property returns a schema component from which the model is built.
-
Field Details
-
name
Name of the constant. -
javadoc
Javadoc comment. Can be null.
-
-
Constructor Details
-
CEnumConstant
public CEnumConstant(String name, String javadoc, String lexical, XSComponent source, CCustomizations customizations, Locator loc) - Parameters:
name-
-
-
Method Details
-
getEnclosingClass
-
getLexicalValue
-
getName
-
getSchemaComponent
Description copied from interface:CCustomizableIf this model object is built from XML Schema, this property returns a schema component from which the model is built.- Specified by:
getSchemaComponentin interfaceCCustomizable- Returns:
- null if the model is built from sources other than XML Schema (such as DTD.)
-
getCustomizations
Description copied from interface:CCustomizableGets the list of customizations attached to this model component.- Specified by:
getCustomizationsin interfaceCCustomizable- Returns:
- can be an empty list but never be null. The returned list is read-only. Do not modify.
- See Also:
-
getLocator
Description copied from interface:CCustomizableGets the source location in the schema from which this model component is created.- Specified by:
getLocatorin interfaceCCustomizable- Returns:
- never null.
-