Uses of Class
org.sciplore.rest.UserType

Packages that use UserType
org.sciplore.rest   
 

Uses of UserType in org.sciplore.rest
 

Methods in org.sciplore.rest that return UserType
 UserType ObjectFactory.createUserType()
          Create an instance of UserType
 UserType AnnotationType.getUser()
          Gets the value of the user property.
 UserType ExtendedObjectFactory.getUserType(java.lang.String username)
           
 

Methods in org.sciplore.rest with parameters of type UserType
 void AnnotationType.setUser(UserType value)
          Sets the value of the user property.