Class AbstractParam
- java.lang.Object
-
- com.thaiopensource.relaxng.translate.util.AbstractParam
-
- All Implemented Interfaces:
Param
- Direct Known Subclasses:
AbsoluteUriParam,EncodingParam,EnumParam,IntegerParam,NCNameParam,NmtokenParam
public class AbstractParam extends java.lang.Object implements Param
-
-
Constructor Summary
Constructors Constructor Description AbstractParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowRepeat()voidset(boolean value)voidset(java.lang.String value)
-
-
-
Method Detail
-
allowRepeat
public boolean allowRepeat()
- Specified by:
allowRepeatin interfaceParam
-
set
public void set(java.lang.String value) throws InvalidParamValueException, ParamValuePresenceException- Specified by:
setin interfaceParam- Throws:
InvalidParamValueExceptionParamValuePresenceException
-
set
public void set(boolean value) throws InvalidParamValueException, ParamValuePresenceException- Specified by:
setin interfaceParam- Throws:
InvalidParamValueExceptionParamValuePresenceException
-
-