public interface NavigationRelationshipType
The following features are supported:
CatalogPackage.getNavigationRelationshipType()
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAttributes()
Returns the value of the 'Attributes' map.
|
CatalogEntryReferenceType |
getCatalogEntryReference()
Returns the value of the 'Catalog Entry Reference' containment reference.
|
CatalogGroupReferenceType |
getCatalogGroupReference()
Returns the value of the 'Catalog Group Reference' containment reference.
|
double |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
java.lang.String |
getType_()
Returns the value of the 'Type' attribute.
|
boolean |
isSetDisplaySequence()
Returns whether the value of the '
Display Sequence ' attribute is set. |
void |
setCatalogEntryReference(CatalogEntryReferenceType value)
Sets the value of the '
Catalog Entry Reference ' containment reference. |
void |
setCatalogGroupReference(CatalogGroupReferenceType value)
Sets the value of the '
Catalog Group Reference ' containment reference. |
void |
setDisplaySequence(double value)
Sets the value of the '
Display Sequence ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
void |
unsetDisplaySequence()
Unsets the value of the '
Display Sequence ' attribute. |
CatalogGroupReferenceType getCatalogGroupReference()
setCatalogGroupReference(CatalogGroupReferenceType)
,
CatalogPackage.getNavigationRelationshipType_CatalogGroupReference()
void setCatalogGroupReference(CatalogGroupReferenceType value)
Catalog Group Reference
' containment reference.
value
- the new value of the 'Catalog Group Reference' containment reference.getCatalogGroupReference()
CatalogEntryReferenceType getCatalogEntryReference()
setCatalogEntryReference(CatalogEntryReferenceType)
,
CatalogPackage.getNavigationRelationshipType_CatalogEntryReference()
void setCatalogEntryReference(CatalogEntryReferenceType value)
Catalog Entry Reference
' containment reference.
value
- the new value of the 'Catalog Entry Reference' containment reference.getCatalogEntryReference()
java.util.Map getAttributes()
String
,
and the value is of type String
,
Additional attributes for this relationship.
CatalogPackage.getNavigationRelationshipType_Attributes()
double getDisplaySequence()
isSetDisplaySequence()
,
unsetDisplaySequence()
,
setDisplaySequence(double)
,
CatalogPackage.getNavigationRelationshipType_DisplaySequence()
void setDisplaySequence(double value)
Display Sequence
' attribute.
value
- the new value of the 'Display Sequence' attribute.isSetDisplaySequence()
,
unsetDisplaySequence()
,
getDisplaySequence()
void unsetDisplaySequence()
Display Sequence
' attribute.
boolean isSetDisplaySequence()
Display Sequence
' attribute is set.
unsetDisplaySequence()
,
getDisplaySequence()
,
setDisplaySequence(double)
java.lang.String getType_()
setType(String)
,
CatalogPackage.getNavigationRelationshipType_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType_()