| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<UserType> |
UserType.VALUES
A public read-only list of all the 'User Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.get(int value)
Returns the 'User Type' literal with the specified integer value.
|
static UserType |
UserType.get(String literal)
Returns the 'User Type' literal with the specified literal value.
|
static UserType |
UserType.getByName(String name)
Returns the 'User Type' literal with the specified name.
|
UserType |
UserSession.getType()
Returns the value of the 'Type' attribute.
|
UserType |
User.getUserType()
Returns the value of the 'User Type' attribute.
|
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 |
UserSession.setType(UserType value)
Sets the value of the '
Type' attribute. |
void |
User.setUserType(UserType value)
Sets the value of the '
User Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
UserType |
StoreFactoryImpl.createUserTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
UserType |
UserSessionImpl.getType() |
UserType |
UserImpl.getUserType() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSessionImpl.setType(UserType newType) |
void |
UserImpl.setUserType(UserType newUserType) |
Copyright © 2016 OpenSource BIM. All rights reserved.