public class Key
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Key.ForType
Enumeration for the 'for' type of this key.
|
Constructor and Description |
---|
Key() |
Modifier and Type | Method and Description |
---|---|
void |
applyKey(Metadata metadata) |
java.lang.String |
defaultValue() |
java.lang.String |
getAttributeName() |
java.lang.String |
getAttributeType() |
java.lang.String |
getDefaultValue() |
java.lang.String |
getDescription() |
Key.ForType |
getForType() |
java.lang.String |
getId() |
void |
setAttributeName(java.lang.String attributeName) |
void |
setAttributeType(java.lang.String attributeType) |
void |
setDefaultValue(java.lang.String defaultValue) |
void |
setDescription(java.lang.String description) |
void |
setForType(Key.ForType forType) |
void |
setId(java.lang.String id) |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String attributeType)
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
public void setId(java.lang.String id)
public void setForType(Key.ForType forType)
public java.lang.String getId()
public java.lang.String defaultValue()
public Key.ForType getForType()
public void applyKey(Metadata metadata)