public abstract class PotentialAssignment
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PotentialAssignment.CouldNotGenerateValueException |
Constructor and Description |
---|
PotentialAssignment() |
Modifier and Type | Method and Description |
---|---|
static PotentialAssignment |
forValue(java.lang.String name,
java.lang.Object value) |
abstract java.lang.String |
getDescription() |
abstract java.lang.Object |
getValue() |
public static PotentialAssignment forValue(java.lang.String name, java.lang.Object value)
public abstract java.lang.Object getValue() throws PotentialAssignment.CouldNotGenerateValueException
public abstract java.lang.String getDescription() throws PotentialAssignment.CouldNotGenerateValueException