public interface KitComponentType
The following features are supported:
CatalogPackage.getKitComponentType()
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.
|
double |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
java.lang.Object |
getKitComponentCodeType()
Returns the value of the 'Kit Component Code Type' attribute.
|
double |
getQuantity()
Returns the value of the 'Quantity' attribute.
|
boolean |
isSetDisplaySequence()
Returns whether the value of the '
Display Sequence ' attribute is set. |
boolean |
isSetQuantity()
Returns whether the value of the '
Quantity ' attribute is set. |
void |
setCatalogEntryReference(CatalogEntryReferenceType value)
Sets the value of the '
Catalog Entry Reference ' containment reference. |
void |
setDisplaySequence(double value)
Sets the value of the '
Display Sequence ' attribute. |
void |
setKitComponentCodeType(java.lang.Object value)
Sets the value of the '
Kit Component Code Type ' attribute. |
void |
setQuantity(double value)
Sets the value of the '
Quantity ' attribute. |
void |
unsetDisplaySequence()
Unsets the value of the '
Display Sequence ' attribute. |
void |
unsetQuantity()
Unsets the value of the '
Quantity ' attribute. |
CatalogEntryReferenceType getCatalogEntryReference()
setCatalogEntryReference(CatalogEntryReferenceType)
,
CatalogPackage.getKitComponentType_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
,
Simple name value pairs for additional attributes for the association. Can also be used for customer extension.
CatalogPackage.getKitComponentType_Attributes()
double getDisplaySequence()
isSetDisplaySequence()
,
unsetDisplaySequence()
,
setDisplaySequence(double)
,
CatalogPackage.getKitComponentType_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.Object getKitComponentCodeType()
setKitComponentCodeType(Object)
,
CatalogPackage.getKitComponentType_KitComponentCodeType()
void setKitComponentCodeType(java.lang.Object value)
Kit Component Code Type
' attribute.
value
- the new value of the 'Kit Component Code Type' attribute.getKitComponentCodeType()
double getQuantity()
isSetQuantity()
,
unsetQuantity()
,
setQuantity(double)
,
CatalogPackage.getKitComponentType_Quantity()
void setQuantity(double value)
Quantity
' attribute.
value
- the new value of the 'Quantity' attribute.isSetQuantity()
,
unsetQuantity()
,
getQuantity()
void unsetQuantity()
Quantity
' attribute.
isSetQuantity()
,
getQuantity()
,
setQuantity(double)
boolean isSetQuantity()
Quantity
' attribute is set.
unsetQuantity()
,
getQuantity()
,
setQuantity(double)