public enum RoutedAliasTypes extends Enum<RoutedAliasTypes>
| Enum Constant and Description |
|---|
CATEGORY |
DIMENSIONAL |
TIME |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getSeparatorPrefix() |
static RoutedAliasTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutedAliasTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutedAliasTypes TIME
public static final RoutedAliasTypes CATEGORY
public static final RoutedAliasTypes DIMENSIONAL
public static RoutedAliasTypes[] values()
for (RoutedAliasTypes c : RoutedAliasTypes.values()) System.out.println(c);
public static RoutedAliasTypes 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 abstract String getSeparatorPrefix()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.