public enum MolgenisAxisType extends java.lang.Enum<MolgenisAxisType>
| Enum Constant and Description |
|---|
CATEGORY |
DATETIME |
LINEAR |
LOGARITHMIC |
| Modifier and Type | Method and Description |
|---|---|
static MolgenisAxisType |
getType(MolgenisFieldTypes.FieldTypeEnum attributeFieldTypeEnum)
Get a Molgenis axis type based on an attributeJavaType
|
static MolgenisAxisType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MolgenisAxisType getType(MolgenisFieldTypes.FieldTypeEnum attributeFieldTypeEnum)
attributeJavaType - Class>Copyright © 2014. All Rights Reserved.