|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectcom.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 |
|---|
public static final QName ELEMENTNAME
| Property Detail |
|---|
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 Detail |
|---|
def getType()
protected def parseAttributes(def token, def ctx)
protected def parseChildren(def token, def child, def ctx)
String toString()
Groovy Documentation