com.sun.xml.bind.v2.model.impl
public class ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> extends TypeInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> implements ArrayInfo<TypeT,ClassDeclT>, Location
Public because XJC needs to access it
Constructor Summary | |
---|---|
ArrayInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder, Locatable upstream, TypeT arrayType) |
Method Summary | |
---|---|
static QName | calcArrayTypeName(QName n)
Computes the type name of the array from that of the item type. |
boolean | canBeReferencedByIDREF()
Leaf-type cannot be referenced from IDREF.
|
NonElement<TypeT,ClassDeclT> | getItemType() |
Location | getLocation() |
TypeT | getType() |
QName | getTypeName() |
boolean | isSimpleType() |
String | toString() |
Deprecated: why are you calling a method whose return value is always known?
Leaf-type cannot be referenced from IDREF.