public static enum ReadSubstanceByOwner._ownersearchmode extends Enum<ReadSubstanceByOwner._ownersearchmode>
Enum Constant and Description |
---|
owner_name |
owner_uuid |
Modifier and Type | Method and Description |
---|---|
static ReadSubstanceByOwner._ownersearchmode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadSubstanceByOwner._ownersearchmode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadSubstanceByOwner._ownersearchmode owner_name
public static final ReadSubstanceByOwner._ownersearchmode owner_uuid
public static ReadSubstanceByOwner._ownersearchmode[] values()
for (ReadSubstanceByOwner._ownersearchmode c : ReadSubstanceByOwner._ownersearchmode.values()) System.out.println(c);
public static ReadSubstanceByOwner._ownersearchmode 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.