public interface Attribute extends RelationOrAttribute
The following features are supported:
CCDModelPackage.getAttribute()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute
|
Enum |
getEnum()
Returns the value of the 'Enum' reference
|
int |
getLowerBound()
Returns the value of the 'Lower Bound' attribute.
|
Concept |
getSource()
Returns the value of the 'Source' container reference.
|
ValueType |
getTargetValueType()
Returns the value of the 'Target Value Type' attribute.
|
int |
getUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setDefaultValue(java.lang.String value)
Sets the value of the '
Default Value ' attribute |
void |
setEnum(Enum value)
Sets the value of the '
Enum ' reference |
void |
setSource(Concept value)
Sets the value of the '
Source ' container reference |
void |
setTargetValueType(ValueType value)
Sets the value of the '
Target Value Type ' attribute |
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
ValueType getTargetValueType()
"0"
.
The literals are from the enumeration ValueType
.
If the meaning of the 'Target Value Type' attribute isn't clear, there really should be more of a description here...
ValueType
,
setTargetValueType(ValueType)
,
CCDModelPackage.getAttribute_TargetValueType()
void setTargetValueType(ValueType value)
Target Value Type
' attribute.
value
- the new value of the 'Target Value Type' attribute.ValueType
,
getTargetValueType()
Enum getEnum()
If the meaning of the 'Enum' reference isn't clear, there really should be more of a description here...
setEnum(org.ocopomo.ccd.model.Enum)
,
CCDModelPackage.getAttribute_Enum()
void setEnum(Enum value)
Enum
' reference.
value
- the new value of the 'Enum' reference.getEnum()
java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String)
,
CCDModelPackage.getAttribute_DefaultValue()
void setDefaultValue(java.lang.String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
Concept getSource()
Attributes
'.
If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...
setSource(Concept)
,
CCDModelPackage.getAttribute_Source()
,
Concept.getAttributes()
void setSource(Concept value)
Source
' container reference.
value
- the new value of the 'Source' container reference.getSource()
int getUpperBound()
"1"
.
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
CCDModelPackage.getAttribute_UpperBound()
int getLowerBound()
"0"
.
If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...
CCDModelPackage.getAttribute_LowerBound()