Interface RuntimeBuiltinLeafInfo
-
- All Superinterfaces:
BuiltinLeafInfo<java.lang.reflect.Type,java.lang.Class>,LeafInfo<java.lang.reflect.Type,java.lang.Class>,Locatable,MaybeElement<java.lang.reflect.Type,java.lang.Class>,NonElement<java.lang.reflect.Type,java.lang.Class>,RuntimeLeafInfo,RuntimeNonElement,RuntimeTypeInfo,TypeInfo<java.lang.reflect.Type,java.lang.Class>
- All Known Implementing Classes:
RuntimeBuiltinLeafInfoImpl
public interface RuntimeBuiltinLeafInfo extends BuiltinLeafInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeLeafInfo
- 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.core.BuiltinLeafInfo
getTypeName
-
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.MaybeElement
asElement, getElementName, isElement
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
isSimpleType
-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
getClazz, getTransducer, getTypeNames
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
-