public static class GetQueryDetailsResponse.Column extends ResponseObject
_allProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaption() |
java.lang.String |
getDescription() |
java.lang.String |
getFieldKey() |
GetQueryDetailsResponse.Lookup |
getLookup() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
java.lang.String |
getType() |
boolean |
isAutoIncrement() |
boolean |
isCalculated() |
boolean |
isHidden() |
boolean |
isKeyField() |
boolean |
isMvEnabled() |
boolean |
isNullable() |
boolean |
isReadOnly() |
boolean |
isSelectable() |
boolean |
isUserEditable() |
boolean |
isVersionField() |
getAllProperties
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getType()
public java.lang.String getFieldKey()
public boolean isAutoIncrement()
public boolean isHidden()
public boolean isKeyField()
public boolean isMvEnabled()
public boolean isNullable()
public boolean isReadOnly()
public boolean isUserEditable()
public boolean isVersionField()
public boolean isSelectable()
public java.lang.String getCaption()
public GetQueryDetailsResponse.Lookup getLookup()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public boolean isCalculated()