public enum SfcRedundancyDetailType extends java.lang.Enum<SfcRedundancyDetailType>
Enum Constant and Description |
---|
REDUNDANT_SELF_EMPLOYED |
REDUNDANT_WORKER_41A |
REDUNDANT_WORKER_41B |
REDUNDANT_WORKER_42 |
Modifier and Type | Method and Description |
---|---|
static SfcRedundancyDetailType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SfcRedundancyDetailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfcRedundancyDetailType REDUNDANT_WORKER_41A
public static final SfcRedundancyDetailType REDUNDANT_WORKER_41B
public static final SfcRedundancyDetailType REDUNDANT_WORKER_42
public static final SfcRedundancyDetailType REDUNDANT_SELF_EMPLOYED
public static SfcRedundancyDetailType[] values()
for (SfcRedundancyDetailType c : SfcRedundancyDetailType.values()) System.out.println(c);
public static SfcRedundancyDetailType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.