Uses of Class
sbc.orthoxml.Group.Type

Packages that use Group.Type
sbc.orthoxml   
 

Uses of Group.Type in sbc.orthoxml
 

Methods in sbc.orthoxml that return Group.Type
 Group.Type Group.getType()
          Returns the type of the group.
static Group.Type Group.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Group.Type[] Group.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in sbc.orthoxml with parameters of type Group.Type
 void Group.setType(Group.Type type)
          Sets the type of the group.