public interface CatalogGroupReferenceType extends AssociatedObjectType
The following features are supported:
CatalogPackage.getCatalogGroupReferenceType()
Modifier and Type | Method and Description |
---|---|
CatalogGroupIdentifierType |
getCatalogGroupIdentifier()
Returns the value of the 'Catalog Group Identifier' containment reference.
|
CatalogIdentifierType |
getCatalogIdentifier()
Returns the value of the 'Catalog Identifier' containment reference.
|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute.
|
java.lang.String |
getNavigationPath()
Returns the value of the 'Navigation Path' attribute.
|
void |
setCatalogGroupIdentifier(CatalogGroupIdentifierType value)
Sets the value of the '
Catalog Group Identifier ' containment reference. |
void |
setCatalogIdentifier(CatalogIdentifierType value)
Sets the value of the '
Catalog Identifier ' containment reference. |
void |
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute. |
void |
setNavigationPath(java.lang.String value)
Sets the value of the '
Navigation Path ' attribute. |
CatalogGroupIdentifierType getCatalogGroupIdentifier()
setCatalogGroupIdentifier(CatalogGroupIdentifierType)
,
CatalogPackage.getCatalogGroupReferenceType_CatalogGroupIdentifier()
void setCatalogGroupIdentifier(CatalogGroupIdentifierType value)
Catalog Group Identifier
' containment reference.
value
- the new value of the 'Catalog Group Identifier' containment reference.getCatalogGroupIdentifier()
java.lang.String getDisplayName()
setDisplayName(String)
,
CatalogPackage.getCatalogGroupReferenceType_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
CatalogIdentifierType getCatalogIdentifier()
setCatalogIdentifier(CatalogIdentifierType)
,
CatalogPackage.getCatalogGroupReferenceType_CatalogIdentifier()
void setCatalogIdentifier(CatalogIdentifierType value)
Catalog Identifier
' containment reference.
value
- the new value of the 'Catalog Identifier' containment reference.getCatalogIdentifier()
java.lang.String getNavigationPath()
setNavigationPath(String)
,
CatalogPackage.getCatalogGroupReferenceType_NavigationPath()
void setNavigationPath(java.lang.String value)
Navigation Path
' attribute.
value
- the new value of the 'Navigation Path' attribute.getNavigationPath()