public class CMElementTypeInfo<T,C extends T> extends Object implements MElementTypeInfo<T,C>
| Constructor and Description |
|---|
CMElementTypeInfo(QName elementName,
MTypeInfo<T,C> typeInfo,
boolean nillable,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
QName |
getElementName() |
MTypeInfo<T,C> |
getTypeInfo() |
boolean |
isNillable() |
String |
toString() |
public QName getElementName()
getElementName in interface MElementTypeInfo<T,C extends T>public MTypeInfo<T,C> getTypeInfo()
getTypeInfo in interface MTyped<T,C extends T>public boolean isNillable()
isNillable in interface MNillablepublic String getDefaultValue()
getDefaultValue in interface MDefaultValueCopyright © 2005–2022. All rights reserved.