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