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