Class FieldType
- java.lang.Object
-
- com.wavemaker.runtime.data.model.returns.FieldType
-
public class FieldType extends java.lang.Object- Since:
- 26/10/16
-
-
Constructor Summary
Constructors Constructor Description FieldType()FieldType(ReferenceType type, java.lang.String typeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ReturnProperty>getProperties()ReferenceTypegetType()java.lang.StringgetTypeRef()booleanisList()voidsetList(boolean list)voidsetProperties(java.util.List<ReturnProperty> properties)voidsetType(ReferenceType type)voidsetTypeRef(java.lang.String typeRef)
-
-
-
Constructor Detail
-
FieldType
public FieldType()
-
FieldType
public FieldType(ReferenceType type, java.lang.String typeRef)
-
-
Method Detail
-
getType
public ReferenceType getType()
-
setType
public void setType(ReferenceType type)
-
getTypeRef
public java.lang.String getTypeRef()
-
setTypeRef
public void setTypeRef(java.lang.String typeRef)
-
getProperties
public java.util.List<ReturnProperty> getProperties()
-
setProperties
public void setProperties(java.util.List<ReturnProperty> properties)
-
isList
public boolean isList()
-
setList
public void setList(boolean list)
-
-