Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery.conceptualmodels |
Modifier and Type | Method and Description |
---|---|
AttributeType |
Attribute.getType() |
static AttributeType |
AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Entity.addAttribute(java.lang.String label,
AttributeType type,
java.lang.String dataType) |
void |
Attribute.setType(AttributeType t) |
Constructor and Description |
---|
Attribute(java.lang.String name,
AttributeType type,
java.lang.String dataType) |