org.daisy.pipeline.client.models.script.arguments
Class ArgString

java.lang.Object
  extended by org.daisy.pipeline.client.models.script.Argument
      extended by org.daisy.pipeline.client.models.script.arguments.ArgString

public class ArgString
extends Argument

An argument of type "string"


Field Summary
 java.lang.String value
           
 
Fields inherited from class org.daisy.pipeline.client.models.script.Argument
desc, hide, kind, mediaTypeBlacklist, mediaTypes, name, nicename, ordered, output, required, sequence, xsdType
 
Constructor Summary
ArgString(Argument arg, java.lang.String value)
           
 
Method Summary
 org.w3c.dom.Element asDocumentElement(org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
Constructor Detail

ArgString

public ArgString(Argument arg,
                 java.lang.String value)
Method Detail

asDocumentElement

public org.w3c.dom.Element asDocumentElement(org.w3c.dom.Document document)
Overrides:
asDocumentElement in class Argument