public static enum QosTypeConsistencyEnforcement.Kind extends Enum<QosTypeConsistencyEnforcement.Kind>
Enum Constant and Description |
---|
ALLOW_TYPE_COERCION |
DISALLOW_TYPE_COERCION |
Modifier and Type | Method and Description |
---|---|
static QosTypeConsistencyEnforcement.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QosTypeConsistencyEnforcement.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QosTypeConsistencyEnforcement.Kind DISALLOW_TYPE_COERCION
public static final QosTypeConsistencyEnforcement.Kind ALLOW_TYPE_COERCION
public static QosTypeConsistencyEnforcement.Kind[] values()
for (QosTypeConsistencyEnforcement.Kind c : QosTypeConsistencyEnforcement.Kind.values()) System.out.println(c);
public static QosTypeConsistencyEnforcement.Kind 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 nullCopyright © 2016. All rights reserved.