| Modifier and Type | Method and Description |
|---|---|
UserType |
UserCreator.getUserType()
Get the user type
|
UserType |
User.getUserType()
Get the user type
|
static UserType |
UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserType[] |
UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserCreator.setUserType(UserType userType)
Set the user type
|
void |
User.setUserType(UserType userType)
Set the user type
|
Copyright © 2019 Eclipse.org. All rights reserved.