Interface RuntimeArrayInfo
- All Superinterfaces:
ArrayInfo<Type,,Class> Locatable,NonElement<Type,,Class> RuntimeNonElement,RuntimeTypeInfo,TypeInfo<Type,Class>
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement
ANYTYPE_NAME -
Method Summary
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstreamMethods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleTypeMethods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElement
getTransducerMethods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF
-
Method Details
-
getType
Class getType()RepresentsT[]. The same asTypeInfo.getType()but at the runtime, an array is guaranteed to have aClassrepresentation, not just anyType. -
getItemType
RuntimeNonElement getItemType()T of T[]. The type of the items of the array.- Specified by:
getItemTypein interfaceArrayInfo<Type,Class> - Returns:
- never null
-