public class FMapWCSParameter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INTERVAL |
static int |
VALUE_LIST |
Constructor and Description |
---|
FMapWCSParameter() |
public static final int VALUE_LIST
public static final int INTERVAL
public void setName(String name)
public void setType(int type)
public int getType()
public void setValueList(ArrayList singleValues)
public void setLabel(String label)
public ArrayList getValueList()
public String getName()