public class Critere
extends java.lang.Object
Constructor and Description |
---|
Critere(java.lang.String name,
float value)
Creates a new instance of Critere
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getter for property name.
|
float |
getValue()
Getter for property value.
|
void |
setValue(float value)
Setter for property value.
|
java.lang.String |
toString() |
public Critere(java.lang.String name, float value)
public java.lang.String getName()
public float getValue()
public void setValue(float value)
value
- New value of property value.public java.lang.String toString()
toString
in class java.lang.Object