public final class UserType extends ExpandableStringEnum<UserType>
Modifier and Type | Field and Description |
---|---|
static UserType |
GUEST
Static value Guest for UserType.
|
static UserType |
MEMBER
Static value Member for UserType.
|
Constructor and Description |
---|
UserType() |
Modifier and Type | Method and Description |
---|---|
static UserType |
fromString(String name)
Creates or finds a UserType from its string representation.
|
static Collection<UserType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final UserType MEMBER
public static final UserType GUEST
public static UserType fromString(String name)
name
- a name to look forpublic static Collection<UserType> values()
Copyright © 2019. All rights reserved.