public class QAlgorithm extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static QAlgorithm |
DYNAMIC
The instance of Dynamic
|
static QAlgorithm |
FIXED
The instance of Fixed
|
static QAlgorithm |
NOT_SPECIFIED
The instance of Not Specified
|
static QAlgorithm[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static QAlgorithm[] |
getValues() |
static QAlgorithm |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final QAlgorithm NOT_SPECIFIED
public static final QAlgorithm FIXED
public static final QAlgorithm DYNAMIC
public static final QAlgorithm[] PRIVATE_VALUES
public static final QAlgorithm[] getValues()
public static final QAlgorithm Parse(java.lang.String parameter)