public static enum GraphOMRSGraphFactory.MixedIndexMapping extends Enum<GraphOMRSGraphFactory.MixedIndexMapping>
| Modifier and Type | Method and Description |
|---|---|
static GraphOMRSGraphFactory.MixedIndexMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphOMRSGraphFactory.MixedIndexMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphOMRSGraphFactory.MixedIndexMapping Default
public static final GraphOMRSGraphFactory.MixedIndexMapping Text
public static final GraphOMRSGraphFactory.MixedIndexMapping String
public static final GraphOMRSGraphFactory.MixedIndexMapping Date
public static GraphOMRSGraphFactory.MixedIndexMapping[] values()
for (GraphOMRSGraphFactory.MixedIndexMapping c : GraphOMRSGraphFactory.MixedIndexMapping.values()) System.out.println(c);
public static GraphOMRSGraphFactory.MixedIndexMapping 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 nullCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.