Class CMValuePropertyInfo<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>
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMValuePropertyInfo<T,C>
-
- All Implemented Interfaces:
MCustomizable,MDefaultValue,MPropertyInfo<T,C>,MSingleTypePropertyInfo<T,C>,MTyped<T,C>,MValuePropertyInfo<T,C>,MOriginated<MPropertyInfoOrigin>
public class CMValuePropertyInfo<T,C extends T> extends CMSingleTypePropertyInfo<T,C> implements MValuePropertyInfo<T,C>
-
-
Constructor Summary
Constructors Constructor Description CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, String defaultValue, NamespaceContext defaultValueNamespaceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)-
Methods inherited from class org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMSingleTypePropertyInfo
getDefaultValue, getDefaultValueNamespaceContext, 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.MDefaultValue
getDefaultValue, getDefaultValueNamespaceContext
-
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
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTyped
getTypeInfo
-
-
-
-
Constructor Detail
-
CMValuePropertyInfo
public CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, String defaultValue, NamespaceContext defaultValueNamespaceContext)
-
-
Method Detail
-
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-
-