Interface Param
-
- All Known Implementing Classes:
AbsoluteUriParam,AbstractParam,EncodingParam,EnumParam,IntegerParam,NCNameParam,NmtokenParam
public interface Param
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowRepeat()voidset(boolean value)voidset(java.lang.String value)
-
-
-
Method Detail
-
allowRepeat
boolean allowRepeat()
-
set
void set(java.lang.String value) throws InvalidParamValueException, ParamValuePresenceException
-
set
void set(boolean value) throws InvalidParamValueException, ParamValuePresenceException
-
-