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