public static class OperationDocumentation.Param extends Object implements Serializable, Comparable<OperationDocumentation.Param>
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
name |
int |
order |
boolean |
required |
String |
type |
String[] |
values |
String |
widget |
Constructor and Description |
---|
Param() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OperationDocumentation.Param o) |
String |
getDescription() |
String |
getName() |
int |
getOrder() |
String |
getType() |
String[] |
getValues() |
String |
getWidget() |
boolean |
isRequired() |
String |
toString() |
public String description
public int order
public boolean required
public Param()
public String getDescription()
public boolean isRequired()
public int getOrder()
public int compareTo(OperationDocumentation.Param o)
compareTo
in interface Comparable<OperationDocumentation.Param>
Copyright © 2019 Nuxeo. All rights reserved.