Module org.glassfish.jaxb.runtime
Interface RuntimeArrayInfo
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.core.ArrayInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.annotation.Locatable,org.glassfish.jaxb.core.v2.model.core.NonElement<Type,Class>,RuntimeNonElement,RuntimeTypeInfo,org.glassfish.jaxb.core.v2.model.core.TypeInfo<Type,Class>
public interface RuntimeArrayInfo extends org.glassfish.jaxb.core.v2.model.core.ArrayInfo<Type,Class>, RuntimeNonElement
- Author:
- Kohsuke Kawaguchi
-
-
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
-
-
-
-
Method Detail
-
getType
Class getType()
-
getItemType
RuntimeNonElement getItemType()
-
-