Uses of Class
tbox.RoleType

Packages that use RoleType
tbox   
 

Uses of RoleType in tbox
 

Fields in tbox declared as RoleType
protected  RoleType QuantRoleConceptType.role
           
 

Fields in tbox with type parameters of type RoleType
protected  java.util.List<RoleType> TBoxType.roles
           
 

Methods in tbox that return RoleType
 RoleType ObjectFactory.createRoleType()
          Create an instance of RoleType
 RoleType QuantRoleConceptType.getRole()
          Gets the value of the role property.
 

Methods in tbox that return types with arguments of type RoleType
 javax.xml.bind.JAXBElement<RoleType> ObjectFactory.createRoles(RoleType value)
          Create an instance of JAXBElement<RoleType>}
 java.util.List<RoleType> TBoxType.getRoles()
          Gets the value of the roles property.
 

Methods in tbox with parameters of type RoleType
 javax.xml.bind.JAXBElement<RoleType> ObjectFactory.createRoles(RoleType value)
          Create an instance of JAXBElement<RoleType>}
 void QuantRoleConceptType.setRole(RoleType value)
          Sets the value of the role property.