Class CMAnyElementPropertyInfo<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.CMAnyElementPropertyInfo<T,C>
-
- All Implemented Interfaces:
MAnyElementPropertyInfo<T,C>,MCustomizable,MMixable,MPropertyInfo<T,C>,MWildcard,MOriginated<MPropertyInfoOrigin>
public class CMAnyElementPropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MAnyElementPropertyInfo<T,C>
-
-
Constructor Summary
Constructors Constructor Description CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)booleanisDomAllowed()booleanisMixed()booleanisTypedObjectAllowed()-
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
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
-
-
-
Constructor Detail
-
CMAnyElementPropertyInfo
public CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
-
-
Method Detail
-
isDomAllowed
public boolean isDomAllowed()
- Specified by:
isDomAllowedin interfaceMWildcard
-
isTypedObjectAllowed
public boolean isTypedObjectAllowed()
- Specified by:
isTypedObjectAllowedin interfaceMWildcard
-
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-
-