uk.ac.soton.itinnovation.grid.service.types.metadata
Class Parameter
java.lang.Object
uk.ac.soton.itinnovation.grid.service.types.metadata.Parameter
public class Parameter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter(Element element)
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.