public static enum CORBARecordSource.Move extends Enum<CORBARecordSource.Move>
| Enum Constant and Description |
|---|
CURRENT |
INDEX |
NEXT |
PREVIOUS |
REWIND |
SHIFT |
TAG |
| Modifier and Type | Method and Description |
|---|---|
static CORBARecordSource.Move |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CORBARecordSource.Move[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CORBARecordSource.Move CURRENT
public static final CORBARecordSource.Move NEXT
public static final CORBARecordSource.Move PREVIOUS
public static final CORBARecordSource.Move INDEX
public static final CORBARecordSource.Move TAG
public static final CORBARecordSource.Move SHIFT
public static final CORBARecordSource.Move REWIND
public static CORBARecordSource.Move[] values()
for (CORBARecordSource.Move c : CORBARecordSource.Move.values()) System.out.println(c);
public static CORBARecordSource.Move 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 © 1996-2013 FreeHEP. All Rights Reserved.