@Generated(value="org.deeplearning4j.ui.stats.sbe.MetaAttribute") public enum MetaAttribute extends java.lang.Enum<MetaAttribute>
| Enum Constant and Description | 
|---|
| EPOCH | 
| SEMANTIC_TYPE | 
| TIME_UNIT | 
| Modifier and Type | Method and Description | 
|---|---|
| static MetaAttribute | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MetaAttribute[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MetaAttribute EPOCH
public static final MetaAttribute TIME_UNIT
public static final MetaAttribute SEMANTIC_TYPE
public static MetaAttribute[] values()
for (MetaAttribute c : MetaAttribute.values()) System.out.println(c);
public static MetaAttribute 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 null