Class CMValuePropertyInfo<T,C extends T>
java.lang.Object
org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.basicjaxb.xml.bind.model.concrete.CMSingleTypePropertyInfo<T,C>
org.jvnet.basicjaxb.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
ConstructorsConstructorDescriptionCMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, MTypeInfo<T, C> typeInfo, String defaultValue, NamespaceContext defaultValueNamespaceContext) -
Method Summary
Modifier and TypeMethodDescription<V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T, C, V> visitor) Methods inherited from class org.jvnet.basicjaxb.xml.bind.model.concrete.CMSingleTypePropertyInfo
getDefaultValue, getDefaultValueNamespaceContext, getTypeInfoMethods inherited from class org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequiredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.MDefaultValue
getDefaultValue, getDefaultValueNamespaceContextMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.origin.MOriginated
getOriginMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequiredMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.MTyped
getTypeInfo
-
Constructor Details
-
CMValuePropertyInfo
public CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, MTypeInfo<T, C> typeInfo, String defaultValue, NamespaceContext defaultValueNamespaceContext)
-
-
Method Details
-
acceptPropertyInfoVisitor
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-