public enum MolgenisAxisType extends Enum<MolgenisAxisType>
| Enum Constant and Description |
|---|
CATEGORY |
DATETIME |
LINEAR |
LOGARITHMIC |
| Modifier and Type | Method and Description |
|---|---|
static MolgenisAxisType |
getType(AttributeType attributeFieldTypeEnum)
Get a Molgenis axis type based on an attributeJavaType
|
static MolgenisAxisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolgenisAxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolgenisAxisType LINEAR
public static final MolgenisAxisType LOGARITHMIC
public static final MolgenisAxisType DATETIME
public static final MolgenisAxisType CATEGORY
public static MolgenisAxisType[] values()
for (MolgenisAxisType c : MolgenisAxisType.values()) System.out.println(c);
public static MolgenisAxisType 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 static MolgenisAxisType getType(AttributeType attributeFieldTypeEnum)
Copyright © 2016. All Rights Reserved.