public enum ConstraintType extends Enum<ConstraintType>
Modifier and Type | Method and Description |
---|---|
String |
getTypeFullName() |
String |
getTypeName() |
static ConstraintType |
parseFullName(String name) |
static ConstraintType |
parseName(String name) |
static ConstraintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintType C
public static final ConstraintType O
public static final ConstraintType P
public static final ConstraintType R
public static final ConstraintType U
public static final ConstraintType F
public static final ConstraintType H
public static final ConstraintType S
public static final ConstraintType V
public static ConstraintType[] values()
for (ConstraintType c : ConstraintType.values()) System.out.println(c);
public static ConstraintType 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 static ConstraintType parseName(String name)
public static ConstraintType parseFullName(String name)
public String getTypeName()
public String getTypeFullName()
Copyright © 2020. All rights reserved.