xmltorng.document.relaxng.impl
Class ParamImpl

java.lang.Object
  extended by xmltorng.document.relaxng.impl.ParamImpl
All Implemented Interfaces:
Param

public class ParamImpl
extends java.lang.Object
implements Param


Constructor Summary
ParamImpl(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
          Return the param name.
 java.lang.String getValue()
          Return the param value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamImpl

public ParamImpl(java.lang.String name,
                 java.lang.String value)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Param
Return the param name. Is a not null NCName.

Specified by:
getName in interface Param

getValue

public java.lang.String getValue()
Description copied from interface: Param
Return the param value. Is not null.

Specified by:
getValue in interface Param