public enum SUserType extends Enum<SUserType>
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SUserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SUserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SUserType SYSTEM
public static final SUserType ADMIN
public static final SUserType USER
public static final SUserType READ_ONLY
public static SUserType[] values()
for (SUserType c : SUserType.values()) System.out.println(c);
public static SUserType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getOrdinal()
Copyright © 2018 OpenSource BIM. All rights reserved.