Groovy Documentation

com.predic8.wadl
[Groovy] Class Param

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.wadl.WADLElement
          com.predic8.wadl.Param

class Param
extends WADLElement

Field Summary
static QName ELEMENTNAME

 
Fields inherited from class XMLElement
namespaces
 
Property Summary
String dfault

String fixed

String href

String id

Link link

String name

List options

String path

boolean repeating

boolean required

String style

def type

PrefixedName typePN

 
Method Summary
def getType()

protected def parseAttributes(def token, def ctx)

protected def parseChildren(def token, def child, def ctx)

String toString()

 
Methods inherited from class WADLElement
getElementName, getNamespaceUri, getPrefix, parseChildren
 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Field Detail

ELEMENTNAME

public static final QName ELEMENTNAME


 
Property Detail

dfault

String dfault


fixed

String fixed


href

String href


id

String id


link

Link link


name

String name


options

List options


path

String path


repeating

boolean repeating


required

boolean required


style

String style


type

def type


typePN

PrefixedName typePN


 
Method Detail

getType

def getType()


parseAttributes

protected def parseAttributes(def token, def ctx)


parseChildren

protected def parseChildren(def token, def child, def ctx)


toString

String toString()


 

Groovy Documentation