Enum Constant and Description |
---|
PT_NET |
Modifier and Type | Method and Description |
---|---|
java.util.Set<LPConstraintType> |
getOptionalConstraints() |
java.util.Set<LPConstraintType> |
getRequiredConstraints() |
java.lang.String |
givenName() |
java.lang.String |
toString() |
static NetClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetClass PT_NET
public static NetClass[] values()
for (NetClass c : NetClass.values()) System.out.println(c);
public static NetClass 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 nullpublic java.lang.String givenName()
public java.lang.String toString()
toString
in class java.lang.Enum<NetClass>
public java.util.Set<LPConstraintType> getRequiredConstraints()
public java.util.Set<LPConstraintType> getOptionalConstraints()