public class FieldImpl extends Object implements com.github.jmodel.api.Field
| Constructor and Description |
|---|
FieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.github.jmodel.api.Field |
clone() |
com.github.jmodel.api.DataTypeEnum |
getDataType() |
String |
getFormatString() |
String |
getName() |
com.github.jmodel.api.Entity |
getParentEntity() |
String |
getValue() |
boolean |
isUsed() |
void |
setDataType(com.github.jmodel.api.DataTypeEnum dataType) |
void |
setFormatString(String formatString) |
void |
setName(String name) |
void |
setParentEntity(com.github.jmodel.api.Entity parentEntity) |
void |
setUsed(boolean isUsed) |
void |
setValue(String value) |
String |
toString() |
public String getName()
getName in interface com.github.jmodel.api.Fieldpublic void setName(String name)
setName in interface com.github.jmodel.api.Fieldpublic String getValue()
getValue in interface com.github.jmodel.api.Fieldpublic void setValue(String value)
setValue in interface com.github.jmodel.api.Fieldpublic com.github.jmodel.api.DataTypeEnum getDataType()
getDataType in interface com.github.jmodel.api.Fieldpublic void setDataType(com.github.jmodel.api.DataTypeEnum dataType)
setDataType in interface com.github.jmodel.api.Fieldpublic String getFormatString()
getFormatString in interface com.github.jmodel.api.Fieldpublic void setFormatString(String formatString)
setFormatString in interface com.github.jmodel.api.Fieldpublic void setParentEntity(com.github.jmodel.api.Entity parentEntity)
setParentEntity in interface com.github.jmodel.api.Fieldpublic com.github.jmodel.api.Entity getParentEntity()
getParentEntity in interface com.github.jmodel.api.Fieldpublic boolean isUsed()
isUsed in interface com.github.jmodel.api.Fieldpublic void setUsed(boolean isUsed)
setUsed in interface com.github.jmodel.api.Fieldpublic com.github.jmodel.api.Field clone()
Copyright © 2016. All rights reserved.