public enum User_Cos extends Enum<User_Cos>
Enum Constant and Description |
---|
USER_COS_1
The lowest class of service value.
|
USER_COS_2
The middle class of service value.
|
USER_COS_3
The highest class of service value.
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static User_Cos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User_Cos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User_Cos USER_COS_1
public static final User_Cos USER_COS_2
public static final User_Cos USER_COS_3
public static User_Cos[] values()
for (User_Cos c : User_Cos.values()) System.out.println(c);
public static User_Cos 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 value()
Copyright 2004-2024 Solace Corporation. All rights reserved.