edu.indiana.dlib.metsnav.config
Class ParameterCreateRule

java.lang.Object
  extended by Rule
      extended by edu.indiana.dlib.metsnav.config.ParameterCreateRule

public class ParameterCreateRule
extends Rule

This rule configures the //config/div/parameter element

Author:
David Jiao

Field Summary
protected  String defaultValue
           
static String HASH
           
static String LIST
           
protected  String propertyName
           
 
Constructor Summary
ParameterCreateRule()
           
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
           
 void end(String namespace, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

protected String propertyName

defaultValue

protected String defaultValue

HASH

public static final String HASH
See Also:
Constant Field Values

LIST

public static final String LIST
See Also:
Constant Field Values
Constructor Detail

ParameterCreateRule

public ParameterCreateRule()
Method Detail

begin

public void begin(String namespace,
                  String name,
                  Attributes attributes)
           throws Exception
Throws:
Exception

end

public void end(String namespace,
                String name)
         throws Exception
Throws:
Exception


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.