Module com.sun.xml.bind
Interface RuntimeArrayInfo
-
- All Superinterfaces:
ArrayInfo<Type,Class>,Locatable,NonElement<Type,Class>,RuntimeNonElement,RuntimeTypeInfo,TypeInfo<Type,Class>
public interface RuntimeArrayInfo extends ArrayInfo<Type,Class>, RuntimeNonElement
- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
ANYTYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElementgetItemType()ClassgetType()RepresentsT[].-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
getTypeName, isSimpleType
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElement
getTransducer
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
canBeReferencedByIDREF
-
-
-
-
Method Detail
-
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()
- Specified by:
getItemTypein interfaceArrayInfo<Type,Class>
-
-