Package org.jvnet.jaxb.xml.bind.model
Interface MValuePropertyInfo<T,C extends T>
-
- All Superinterfaces:
MDefaultValue,MOriginated<MPropertyInfoOrigin>,MPropertyInfo<T,C>,MSingleTypePropertyInfo<T,C>,MTyped<T,C>
- All Known Implementing Classes:
CMValuePropertyInfo
public interface MValuePropertyInfo<T,C extends T> extends MSingleTypePropertyInfo<T,C>
-
-
Method Summary
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MDefaultValue
getDefaultValue, getDefaultValueNamespaceContext
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPropertyInfo
acceptPropertyInfoVisitor, getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MTyped
getTypeInfo
-
-