-
- All Superinterfaces:
Locatable,MaybeElement<T,C>,NonElement<T,C>,TypeInfo<T,C>
- All Known Subinterfaces:
BuiltinLeafInfo<T,C>,EnumLeafInfo<T,C>
public interface LeafInfo<T,C> extends MaybeElement<T,C>
EitherBuiltinLeafInfoorEnumLeafInfo.Those Java types are all mapped to a chunk of text, so we call them "leaves". This interface represents the mapping information for those special Java types.
- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
ANYTYPE_NAME
-
-
Method Summary
-
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.MaybeElement
asElement, getElementName, isElement
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
getTypeName, isSimpleType
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
-