public interface CatalogType
The following features are supported:
CatalogPackage.getCatalogType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAttachmentReference()
Returns the value of the 'Attachment Reference' containment reference list.
|
java.util.Map |
getAttributes()
Returns the value of the 'Attributes' map.
|
CatalogIdentifierType |
getCatalogIdentifier()
Returns the value of the 'Catalog Identifier' containment reference.
|
java.util.List |
getDescription()
Returns the value of the 'Description' containment reference list.
|
boolean |
isDefault()
Returns the value of the 'Default' attribute.
|
boolean |
isPrimary()
Returns the value of the 'Primary' attribute.
|
boolean |
isSetDefault()
Returns whether the value of the '
Default ' attribute is set. |
boolean |
isSetPrimary()
Returns whether the value of the '
Primary ' attribute is set. |
void |
setCatalogIdentifier(CatalogIdentifierType value)
Sets the value of the '
Catalog Identifier ' containment reference. |
void |
setDefault(boolean value)
Sets the value of the '
Default ' attribute. |
void |
setPrimary(boolean value)
Sets the value of the '
Primary ' attribute. |
void |
unsetDefault()
Unsets the value of the '
Default ' attribute. |
void |
unsetPrimary()
Unsets the value of the '
Primary ' attribute. |
CatalogIdentifierType getCatalogIdentifier()
setCatalogIdentifier(CatalogIdentifierType)
,
CatalogPackage.getCatalogType_CatalogIdentifier()
void setCatalogIdentifier(CatalogIdentifierType value)
Catalog Identifier
' containment reference.
value
- the new value of the 'Catalog Identifier' containment reference.getCatalogIdentifier()
java.util.List getDescription()
CatalogDescriptionType
.
Description for the catalog
CatalogPackage.getCatalogType_Description()
java.util.Map getAttributes()
String
,
and the value is of type String
,
Additional attributes for the catalog. Can also be used for customer extension.
CatalogPackage.getCatalogType_Attributes()
java.util.List getAttachmentReference()
AttachmentReferenceType
.
The attachment associated with the catalog.
CatalogPackage.getCatalogType_AttachmentReference()
boolean isDefault()
isSetDefault()
,
unsetDefault()
,
setDefault(boolean)
,
CatalogPackage.getCatalogType_Default()
void setDefault(boolean value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isSetDefault()
,
unsetDefault()
,
isDefault()
void unsetDefault()
Default
' attribute.
isSetDefault()
,
isDefault()
,
setDefault(boolean)
boolean isSetDefault()
Default
' attribute is set.
unsetDefault()
,
isDefault()
,
setDefault(boolean)
boolean isPrimary()
isSetPrimary()
,
unsetPrimary()
,
setPrimary(boolean)
,
CatalogPackage.getCatalogType_Primary()
void setPrimary(boolean value)
Primary
' attribute.
value
- the new value of the 'Primary' attribute.isSetPrimary()
,
unsetPrimary()
,
isPrimary()
void unsetPrimary()
Primary
' attribute.
isSetPrimary()
,
isPrimary()
,
setPrimary(boolean)
boolean isSetPrimary()
Primary
' attribute is set.
unsetPrimary()
,
isPrimary()
,
setPrimary(boolean)