public enum SCOPE extends Enum<SCOPE>
Enum Constant and Description |
---|
scope_dataset |
scope_entiredb |
scope_last_results |
scope_previousresults |
scope_structure_error |
scope_values_error |
Modifier and Type | Method and Description |
---|---|
abstract net.idea.modbcum.i.IQueryRetrieval<IStructureRecord> |
createQuery() |
static SCOPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCOPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCOPE scope_entiredb
public static final SCOPE scope_last_results
public static final SCOPE scope_previousresults
public static final SCOPE scope_dataset
public static final SCOPE scope_structure_error
public static final SCOPE scope_values_error
public static SCOPE[] values()
for (SCOPE c : SCOPE.values()) System.out.println(c);
public static SCOPE 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 nullpublic abstract net.idea.modbcum.i.IQueryRetrieval<IStructureRecord> createQuery()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.