public final class CArrayInfo extends Object implements ArrayInfo<NType,NClass>, CNonElement, NType
This class is nevertheless defined to make the type checker happy.
ANYTYPE_NAME| Constructor and Description |
|---|
CArrayInfo(Model model,
CNonElement itemType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeReferencedByIDREF()
Deprecated.
why are you calling an unimplemented method?
|
JExpression |
createConstant(Outline outline,
com.sun.xml.xsom.XmlString lexical) |
String |
fullName()
Human readable name of this type.
|
CAdapter |
getAdapterUse() |
CCustomizations |
getCustomizations()
Gets the list of customizations attached to this model component.
|
MimeType |
getExpectedMimeType()
No default
MimeType. |
CNonElement |
getInfo()
Deprecated.
|
CNonElement |
getItemType() |
Location |
getLocation() |
Locator |
getLocator()
Gets the source location in the schema from which this model component is created.
|
com.sun.xml.xsom.XSComponent |
getSchemaComponent()
If this model object is built from XML Schema,
this property returns a schema component from which the model is built.
|
NType |
getType() |
QName |
getTypeName() |
Locatable |
getUpstream() |
ID |
idUse() |
boolean |
isBoxedType()
Returns true iff this type represents a class that has a unboxed form.
|
boolean |
isCollection() |
boolean |
isSimpleType() |
JType |
toType(Outline o,
Aspect aspect)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdapterUse, isCollectioncreateConstant, getExpectedMimeType, idUsecanBeReferencedByIDREFgetLocation, getUpstreamgetCustomizations, getSchemaComponentpublic CArrayInfo(Model model, CNonElement itemType, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
public CNonElement getItemType()
getItemType in interface ArrayInfo<NType,NClass>public QName getTypeName()
getTypeName in interface NonElement<NType,NClass>public boolean isSimpleType()
isSimpleType in interface NonElement<NType,NClass>@Deprecated public CNonElement getInfo()
CNonElementgetInfo in interface CNonElementgetInfo in interface TypeUsepublic JType toType(Outline o, Aspect aspect)
CTypeInfotoType in interface CTypeInfotoType in interface NTypeaspect - If Aspect.IMPLEMENTATION, this method returns the
implementation specific class that this type represents.
If Aspect.EXPOSED, this method returns the
publicly exposed type that this type represents.
For ordinary classes, the aspect parameter is meaningless.NType.toType(Outline, Aspect)public boolean isBoxedType()
NTypeString this is false, but for Integer
this is true.isBoxedType in interface NTypepublic String fullName()
NTypepublic Locator getLocator()
CCustomizablegetLocator in interface CCustomizablepublic final boolean isCollection()
public final CAdapter getAdapterUse()
public final ID idUse()
public final com.sun.xml.xsom.XSComponent getSchemaComponent()
CCustomizablegetSchemaComponent in interface CCustomizablepublic final boolean canBeReferencedByIDREF()
canBeReferencedByIDREF in interface TypeInfo<NType,NClass>public CCustomizations getCustomizations()
CCustomizablegetCustomizations in interface CCustomizablePlugin.getCustomizationURIs()public JExpression createConstant(Outline outline, com.sun.xml.xsom.XmlString lexical)
public final Locatable getUpstream()
getUpstream in interface Locatablepublic final Location getLocation()
getLocation in interface LocatableCopyright © 2015 Oracle Corporation. All Rights Reserved.