Interface NameValueExpression<T>
-
public interface NameValueExpression<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()TgetValue()booleanisNegated()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValue
T getValue()
-
isNegated
boolean isNegated()
-
-