Interface ParameterValue
-
public interface ParameterValue
Represents the value of a feature parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
java.lang.String[]
getValues()
boolean
isSingleValue()
-