Uses of Class
org.cakelab.jdoxml.api.IRelatedCompound.Protection
-
Packages that use IRelatedCompound.Protection Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler -
-
Uses of IRelatedCompound.Protection in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return IRelatedCompound.Protection Modifier and Type Method Description IRelatedCompound.Protection
IRelatedCompound. protection()
static IRelatedCompound.Protection
IRelatedCompound.Protection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IRelatedCompound.Protection[]
IRelatedCompound.Protection. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IRelatedCompound.Protection in org.cakelab.jdoxml.impl.compoundhandler
Methods in org.cakelab.jdoxml.impl.compoundhandler that return IRelatedCompound.Protection Modifier and Type Method Description IRelatedCompound.Protection
RelatedCompound. protection()
Constructors in org.cakelab.jdoxml.impl.compoundhandler with parameters of type IRelatedCompound.Protection Constructor Description RelatedCompound(CompoundHandler parent, java.lang.String id, IRelatedCompound.Protection prot, IRelatedCompound.Kind kind)
-