public static enum DaemonScanner.Type extends Enum<DaemonScanner.Type> implements DaemonScanner.Invoke
| Enum Constant and Description |
|---|
interconnectObject
Single InterconnectObject.
|
interconnectObjects
Multiple InterconnectObjects.
|
voidivo
VoidIVO.
|
voit
void.
|
| Modifier and Type | Method and Description |
|---|---|
static DaemonScanner.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonScanner.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfinvokepublic static final DaemonScanner.Type interconnectObject
public static final DaemonScanner.Type interconnectObjects
public static final DaemonScanner.Type voidivo
public static final DaemonScanner.Type voit
public static DaemonScanner.Type[] values()
for (DaemonScanner.Type c : DaemonScanner.Type.values()) System.out.println(c);
public static DaemonScanner.Type 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 Taimos GmbH. All rights reserved.