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 MNillable
public String getDefaultValue()
getDefaultValue
in interface MDefaultValue
Copyright © 2005–2018. All rights reserved.