Class CMSingleTypePropertyInfo<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMSingleTypePropertyInfo<T,C>
-
- All Implemented Interfaces:
MCustomizable,MDefaultValue,MPropertyInfo<T,C>,MSingleTypePropertyInfo<T,C>,MTyped<T,C>,MOriginated<MPropertyInfoOrigin>
- Direct Known Subclasses:
CMAttributePropertyInfo,CMValuePropertyInfo
public abstract class CMSingleTypePropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MSingleTypePropertyInfo<T,C>
-
-
Constructor Summary
Constructors Constructor Description CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()NamespaceContextgetDefaultValueNamespaceContext()MTypeInfo<T,C>getTypeInfo()-
Methods inherited from class org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.MPropertyInfo
acceptPropertyInfoVisitor, getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
-
-
-
Constructor Detail
-
CMSingleTypePropertyInfo
public CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)
-
-
Method Detail
-
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValuein interfaceMDefaultValue
-
getDefaultValueNamespaceContext
public NamespaceContext getDefaultValueNamespaceContext()
- Specified by:
getDefaultValueNamespaceContextin interfaceMDefaultValue
-
-