protected static enum I5ReaderSimple.i5_refs_attr extends Enum<I5ReaderSimple.i5_refs_attr>
| Enum Constant and Description |
|---|
documentReferencePK |
version |
| Modifier and Type | Method and Description |
|---|---|
static I5ReaderSimple.i5_refs_attr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I5ReaderSimple.i5_refs_attr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I5ReaderSimple.i5_refs_attr documentReferencePK
public static final I5ReaderSimple.i5_refs_attr version
public static I5ReaderSimple.i5_refs_attr[] values()
for (I5ReaderSimple.i5_refs_attr c : I5ReaderSimple.i5_refs_attr.values()) System.out.println(c);
public static I5ReaderSimple.i5_refs_attr 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.