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