uk.ac.soton.itinnovation.grid.service.types.metadata
Class Parameter

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.metadata.Parameter

public class Parameter
extends Object


Nested Class Summary
static class Parameter.Type
           
 
Constructor Summary
Parameter(Element element)
           
 
Method Summary
 List<String> getAllowedValues()
           
 String getDefaultValue()
           
 String getDescription()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 String getName()
           
 String getNiceQualifier()
           
 String getQualifier()
           
 Parameter.Type getType()
           
 Element toXML(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(Element element)
Method Detail

getName

public String getName()

getQualifier

public String getQualifier()

getType

public Parameter.Type getType()

getMinOccurs

public int getMinOccurs()

getMaxOccurs

public int getMaxOccurs()

getDescription

public String getDescription()

getDefaultValue

public String getDefaultValue()

getAllowedValues

public List<String> getAllowedValues()

toXML

public Element toXML(Document doc)

getNiceQualifier

public String getNiceQualifier()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.