public interface RuntimeArrayInfo extends com.sun.xml.bind.v2.model.core.ArrayInfo<Type,Class>, RuntimeNonElement
ANYTYPE_NAME
Modifier and Type | Method and Description |
---|---|
RuntimeNonElement |
getItemType() |
Class |
getType()
Represents T[].
|
getTransducer
getTypeName, isSimpleType
canBeReferencedByIDREF
getLocation, getUpstream
Class getType()
TypeInfo.getType()
but at the runtime, an array
is guaranteed to have a Class
representation, not just any Type
.getType
in interface com.sun.xml.bind.v2.model.core.TypeInfo<Type,Class>
RuntimeNonElement getItemType()
getItemType
in interface com.sun.xml.bind.v2.model.core.ArrayInfo<Type,Class>
Copyright © 2016 Oracle Corporation. All rights reserved.