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