Enum Constant and Description |
---|
PT_NET
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LPConstraintType> |
getOptionalConstraints()
Deprecated.
|
java.util.Set<LPConstraintType> |
getRequiredConstraints()
Deprecated.
|
java.lang.String |
givenName()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static NetClass |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NetClass[] |
values()
Deprecated.
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()