public static enum AssuredCtrlEnums.QueueAccessType extends Enum<AssuredCtrlEnums.QueueAccessType>
| Enum Constant and Description |
|---|
EXCLUSIVE |
NON_EXCLUSIVE |
| Modifier and Type | Method and Description |
|---|---|
static AssuredCtrlEnums.QueueAccessType |
fromSmfEnc(int smfEnc) |
abstract int |
smfEnc() |
static AssuredCtrlEnums.QueueAccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssuredCtrlEnums.QueueAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssuredCtrlEnums.QueueAccessType EXCLUSIVE
public static final AssuredCtrlEnums.QueueAccessType NON_EXCLUSIVE
public static AssuredCtrlEnums.QueueAccessType[] values()
for (AssuredCtrlEnums.QueueAccessType c : AssuredCtrlEnums.QueueAccessType.values()) System.out.println(c);
public static AssuredCtrlEnums.QueueAccessType 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 abstract int smfEnc()
public static AssuredCtrlEnums.QueueAccessType fromSmfEnc(int smfEnc)
Copyright 2004-2021 Solace Corporation. All rights reserved.