public static enum ReliabilityParams._r_flags extends Enum<ReliabilityParams._r_flags>
Modifier and Type | Method and Description |
---|---|
abstract String |
getCode() |
String |
getIdentifier() |
boolean |
isPredicted() |
static ReliabilityParams._r_flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReliabilityParams._r_flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReliabilityParams._r_flags experimentalresult
public static final ReliabilityParams._r_flags experimentalstudyplanned
public static final ReliabilityParams._r_flags estimatedbycalculation
public static final ReliabilityParams._r_flags readacrossbasedongroupingofsubstancescategoryapproach
public static final ReliabilityParams._r_flags readacrossfromsupportingsubstancestructuralanalogueorsurrogate
public static final ReliabilityParams._r_flags QSAR
public static final ReliabilityParams._r_flags other
public static final ReliabilityParams._r_flags nodata
public static final ReliabilityParams._r_flags NOTSPECIFIED
public static final ReliabilityParams._r_flags unsupported
public static ReliabilityParams._r_flags[] values()
for (ReliabilityParams._r_flags c : ReliabilityParams._r_flags.values()) System.out.println(c);
public static ReliabilityParams._r_flags 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 boolean isPredicted()
public abstract String getCode()
public String getIdentifier()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.