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