public class CMElementInfo<T,C extends T> extends Object implements MElementInfo<T,C>
| Constructor and Description |
|---|
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MClassInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
| Modifier and Type | Method and Description |
|---|---|
MContainer |
getContainer() |
String |
getContainerLocalName(String delimiter) |
String |
getDefaultValue() |
NamespaceContext |
getDefaultValueNamespaceContext() |
QName |
getElementName() |
String |
getLocalName() |
MElementInfoOrigin |
getOrigin() |
MPackageInfo |
getPackageInfo() |
MClassInfo<T,C> |
getScope() |
QName |
getSubstitutionHead() |
MTypeInfo<T,C> |
getTypeInfo() |
boolean |
isNillable() |
String |
toString() |
public CMElementInfo(MElementInfoOrigin origin, MPackageInfo _package, MContainer container, String localName, QName elementName, MClassInfo<T,C> scope, MTypeInfo<T,C> typeInfo, QName substitutionHead, String defaultValue, NamespaceContext defaultValueNamespaceContext)
public MElementInfoOrigin getOrigin()
getOrigin in interface MOriginated<MElementInfoOrigin>public MPackageInfo getPackageInfo()
getPackageInfo in interface MPackagedpublic MContainer getContainer()
getContainer in interface MContainedpublic String getLocalName()
getLocalName in interface MContainerpublic String getContainerLocalName(String delimiter)
getContainerLocalName in interface MContainedgetContainerLocalName in interface MContainerpublic QName getElementName()
getElementName in interface MElementInfo<T,C extends T>getElementName in interface MElementTypeInfo<T,C extends T,MElementInfoOrigin>public MClassInfo<T,C> getScope()
getScope in interface MElementInfo<T,C extends T>public MTypeInfo<T,C> getTypeInfo()
getTypeInfo in interface MTyped<T,C extends T>public QName getSubstitutionHead()
getSubstitutionHead in interface MElementInfo<T,C extends T>public boolean isNillable()
isNillable in interface MNillablepublic String getDefaultValue()
getDefaultValue in interface MDefaultValuepublic NamespaceContext getDefaultValueNamespaceContext()
getDefaultValueNamespaceContext in interface MDefaultValueCopyright © 2005-2016. All Rights Reserved.