public class EntityDefinitionProperty extends Object implements Comparable<EntityDefinitionProperty>
| Constructor and Description |
|---|
EntityDefinitionProperty(String name,
String type,
boolean nullable,
boolean key,
String defaultValue,
String maxLength,
Boolean fixedLength,
String collation,
Boolean unicode,
String precision,
String scale) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EntityDefinitionProperty o) |
boolean |
equals(Object obj) |
String |
getCollation() |
String |
getDefaultValue() |
String |
getMaxLength() |
String |
getName() |
String |
getPrecision() |
String |
getScale() |
String |
getType() |
int |
hashCode() |
Boolean |
isFixedLength() |
boolean |
isKey() |
boolean |
isNullable() |
Boolean |
isUnicode() |
void |
setCollation(String value) |
void |
setDefaultValue(String value) |
void |
setFixedLength(Boolean value) |
void |
setKey(Boolean value) |
void |
setMaxLength(String value) |
void |
setName(String value) |
void |
setNullable(Boolean value) |
void |
setPrecision(String value) |
void |
setScale(String value) |
void |
setType(String value) |
void |
setUnicode(Boolean value) |
String |
toJsonString() |
String |
toString() |
public String toJsonString()
public String getName()
public String getType()
public boolean isNullable()
public boolean isKey()
public String getDefaultValue()
public String getMaxLength()
public Boolean isFixedLength()
public String getCollation()
public Boolean isUnicode()
public String getPrecision()
public String getScale()
public void setName(String value)
public void setType(String value)
public void setNullable(Boolean value)
public void setKey(Boolean value)
public void setDefaultValue(String value)
public void setMaxLength(String value)
public void setFixedLength(Boolean value)
public void setCollation(String value)
public void setUnicode(Boolean value)
public void setPrecision(String value)
public void setScale(String value)
public int compareTo(EntityDefinitionProperty o)
compareTo in interface Comparable<EntityDefinitionProperty>Copyright © 2025 MuleSoft, Inc.. All rights reserved.