public static enum IPattern.PatternType extends Enum<IPattern.PatternType>
| Modifier and Type | Method and Description |
|---|---|
static IPattern.PatternType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPattern.PatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPattern.PatternType NODE
public static final IPattern.PatternType RELATION
public static final IPattern.PatternType ADAPTER
public static final IPattern.PatternType UNKNOWN
public static IPattern.PatternType[] values()
for (IPattern.PatternType c : IPattern.PatternType.values()) System.out.println(c);
public static IPattern.PatternType 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 © 2020–2022 RunedUniverse. All rights reserved.