Uses of Class
com.sun.xml.bind.v2.schemagen.GroupKind

Packages that use GroupKind
com.sun.xml.bind.v2.schemagen Schema generator. 
 

Uses of GroupKind in com.sun.xml.bind.v2.schemagen
 

Methods in com.sun.xml.bind.v2.schemagen that return GroupKind
static GroupKind GroupKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupKind[] GroupKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.bind.v2.schemagen with parameters of type GroupKind
(package private) static Tree Tree.makeGroup(GroupKind kind, List<Tree> children)
          Returns a group tree.