public enum EnumPixelIntensityRelationshipSign extends java.lang.Enum<EnumPixelIntensityRelationshipSign>
| Enum Constant and Description |
|---|
MINUS_ONE
The MINU s_ one.
|
ONE
The ONE.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
This function returns the value of this enum.
|
static EnumPixelIntensityRelationshipSign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPixelIntensityRelationshipSign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPixelIntensityRelationshipSign ONE
public static final EnumPixelIntensityRelationshipSign MINUS_ONE
public static EnumPixelIntensityRelationshipSign[] values()
for (EnumPixelIntensityRelationshipSign c : EnumPixelIntensityRelationshipSign.values()) System.out.println(c);
public static EnumPixelIntensityRelationshipSign 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 short getValue()