Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionModel.getState() |
static UserSessionModel.State |
UserSessionModel.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSessionModel.State[] |
UserSessionModel.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSessionModel.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionEntity.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionEntity.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Field and Description |
---|---|
protected UserSessionModel.State |
UserSessionEntity.state |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionEntity.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionEntity.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionEntity.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionEntity.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
MongoUserSessionEntity.getState() |
Modifier and Type | Method and Description |
---|---|
void |
MongoUserSessionEntity.setState(UserSessionModel.State state) |
Copyright © 2015. All rights reserved.