Module org.glassfish.jaxb.runtime
Interface RuntimeEnumLeafInfo
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.core.LeafInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.annotation.Locatable,org.glassfish.jaxb.core.v2.model.core.MaybeElement<Type,Class>,org.glassfish.jaxb.core.v2.model.core.NonElement<Type,Class>,RuntimeLeafInfo,RuntimeNonElement,RuntimeTypeInfo,org.glassfish.jaxb.core.v2.model.core.TypeInfo<Type,Class>
public interface RuntimeEnumLeafInfo extends org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo<Type,Class>, RuntimeLeafInfo
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
getBaseType, getClazz, getConstants
-
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.runtime.v2.model.runtime.RuntimeLeafInfo
getClazz, getTransducer, getTypeNames
-
-