|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.jmfsg.documentation.model.Field
public class Field
| Field Summary | |
|---|---|
List<Field> |
children
Sub elements of this field. |
String |
defaultValue
Only valid for options and filters. The value that is taken by default if none sent. |
String |
description
Description that will be shown in the method documentation page |
Boolean |
isList
If it has children, wether the object returned is a list or a sinlge item. |
String |
name
The name of the field |
String |
type
The type of the method. |
Boolean |
vectorized
Only valid for parameters. |
| Constructor Summary | |
|---|---|
Field()
|
|
| Method Summary | |
|---|---|
List<Field> |
getChildren()
|
String |
getDefaultValue()
|
String |
getDescription()
|
Boolean |
getIsList()
|
String |
getName()
|
String |
getType()
|
Boolean |
getVectorized()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public String description
public String type
public Boolean vectorized
public String defaultValue
public Boolean isList
public List<Field> children
| Constructor Detail |
|---|
public Field()
| Method Detail |
|---|
public String getName()
public String getDescription()
public String getType()
public String getDefaultValue()
public List<Field> getChildren()
public Boolean getVectorized()
public Boolean getIsList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||