public interface RelationOrAttributeElement extends AnnotatedObject
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isSetName()
Returns whether the value of the '
Name ' attribute is set |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
unsetName()
Unsets the value of the '
Name ' attribute |
getAnnotations
static final java.lang.String copyright
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName()
,
unsetName()
,
setName(String)
,
CCDModelPackage.getRelationOrAttributeElement_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.isSetName()
,
unsetName()
,
getName()
void unsetName()
Name
' attribute.
isSetName()
,
getName()
,
setName(String)
boolean isSetName()
Name
' attribute is set.
unsetName()
,
getName()
,
setName(String)