org.mactor.framework.spec
Class ValueSpec

java.lang.Object
  extended by org.mactor.framework.spec.SpecNode
      extended by org.mactor.framework.spec.CommandSpec
          extended by org.mactor.framework.spec.ValueSpec

public class ValueSpec
extends CommandSpec


Field Summary
 
Fields inherited from class org.mactor.framework.spec.SpecNode
name, parentNode
 
Constructor Summary
ValueSpec()
           
 
Method Summary
 java.lang.String getShortDescription()
           
 java.lang.String getType()
           
static ValueSpec loadSpec(org.dom4j.Element element)
           
 
Methods inherited from class org.mactor.framework.spec.CommandSpec
addToElement, getCommand, getDescription, getParams, loadSpec, setCommand
 
Methods inherited from class org.mactor.framework.spec.SpecNode
getName, getParentNode, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSpec

public ValueSpec()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in class SpecNode

loadSpec

public static ValueSpec loadSpec(org.dom4j.Element element)
                          throws MactorException
Throws:
MactorException

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in class SpecNode


Copyright © 2008. All Rights Reserved.