Interface MElementInfo<T,C extends T>
-
- All Superinterfaces:
MContained,MContainer,MDefaultValue,MElementTypeInfo<T,C,MElementInfoOrigin>,MNillable,MOriginated<MElementInfoOrigin>,MPackaged,MTyped<T,C>
- All Known Implementing Classes:
CMElementInfo
public interface MElementInfo<T,C extends T> extends MElementTypeInfo<T,C,MElementInfoOrigin>, MPackaged, MContained, MContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetElementName()MClassInfo<T,C>getScope()QNamegetSubstitutionHead()-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MContained
getContainer, getContainerLocalName
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MContainer
getContainerLocalName, getLocalName
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MDefaultValue
getDefaultValue, getDefaultValueNamespaceContext
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MNillable
isNillable
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPackaged
getPackageInfo
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTyped
getTypeInfo
-
-
-
-
Method Detail
-
getElementName
QName getElementName()
- Specified by:
getElementNamein interfaceMElementTypeInfo<T,C extends T,MElementInfoOrigin>
-
getScope
MClassInfo<T,C> getScope()
-
getSubstitutionHead
QName getSubstitutionHead()
-
-