public static enum S7Config.SyncMode extends java.lang.Enum<S7Config.SyncMode>
Modifier and Type | Method and Description |
---|---|
static S7Config.SyncMode |
fromString(java.lang.String mode)
Returns SyncMode enum value by parsing a corresponding string
|
static S7Config.SyncMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static S7Config.SyncMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S7Config.SyncMode INCLUDE
public static final S7Config.SyncMode EXCLUDE
public static final S7Config.SyncMode READ_ONLY
public static S7Config.SyncMode[] values()
for (S7Config.SyncMode c : S7Config.SyncMode.values()) System.out.println(c);
public static S7Config.SyncMode 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 nullpublic static S7Config.SyncMode fromString(java.lang.String mode)
mode
- string value of syncmodeCopyright © 2010 - 2023 Adobe. All Rights Reserved