public interface AttributeAllowedValueType
The following features are supported:
CatalogPackage.getAttributeAllowedValueType()
Modifier and Type | Method and Description |
---|---|
AttributeValueType |
getAttributeValue()
Returns the value of the 'Attribute Value' containment reference.
|
commonj.sdo.Sequence |
getAttributeValueGroup()
Returns the value of the 'Attribute Value Group' attribute list.
|
double |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
java.util.Map |
getExtendedValue()
Returns the value of the 'Extended Value' map.
|
FloatValueType |
getFloatValue()
Returns the value of the 'Float Value' containment reference.
|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
IntegerValueType |
getIntegerValue()
Returns the value of the 'Integer Value' containment reference.
|
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute.
|
java.lang.String |
getStoreID()
Returns the value of the 'Store ID' attribute.
|
StringValueType |
getStringValue()
Returns the value of the 'String Value' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isDefault()
Returns the value of the 'Default' attribute.
|
boolean |
isSetDefault()
Returns whether the value of the '
Default ' attribute is set. |
boolean |
isSetDisplaySequence()
Returns whether the value of the '
Display Sequence ' attribute is set. |
void |
setDefault(boolean value)
Sets the value of the '
Default ' attribute. |
void |
setDisplaySequence(double value)
Sets the value of the '
Display Sequence ' attribute. |
void |
setFloatValue(FloatValueType value)
Sets the value of the '
Float Value ' containment reference. |
void |
setIdentifier(java.lang.String value)
Sets the value of the '
Identifier ' attribute. |
void |
setIntegerValue(IntegerValueType value)
Sets the value of the '
Integer Value ' containment reference. |
void |
setLanguage(java.lang.String value)
Sets the value of the '
Language ' attribute. |
void |
setStoreID(java.lang.String value)
Sets the value of the '
Store ID ' attribute. |
void |
setStringValue(StringValueType value)
Sets the value of the '
String Value ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
void |
unsetDefault()
Unsets the value of the '
Default ' attribute. |
void |
unsetDisplaySequence()
Unsets the value of the '
Display Sequence ' attribute. |
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
CatalogPackage.getAttributeAllowedValueType_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
StringValueType getStringValue()
setStringValue(StringValueType)
,
CatalogPackage.getAttributeAllowedValueType_StringValue()
void setStringValue(StringValueType value)
String Value
' containment reference.
value
- the new value of the 'String Value' containment reference.getStringValue()
IntegerValueType getIntegerValue()
setIntegerValue(IntegerValueType)
,
CatalogPackage.getAttributeAllowedValueType_IntegerValue()
void setIntegerValue(IntegerValueType value)
Integer Value
' containment reference.
value
- the new value of the 'Integer Value' containment reference.getIntegerValue()
FloatValueType getFloatValue()
setFloatValue(FloatValueType)
,
CatalogPackage.getAttributeAllowedValueType_FloatValue()
void setFloatValue(FloatValueType value)
Float Value
' containment reference.
value
- the new value of the 'Float Value' containment reference.getFloatValue()
commonj.sdo.Sequence getAttributeValueGroup()
CatalogPackage.getAttributeAllowedValueType_AttributeValueGroup()
AttributeValueType getAttributeValue()
CatalogPackage.getAttributeAllowedValueType_AttributeValue()
java.util.Map getExtendedValue()
String
,
and the value is of type String
,
Simple name value pairs for defining additional attribute values such
as images and or attachments. Can also be used for customer extension.
CatalogPackage.getAttributeAllowedValueType_ExtendedValue()
UserDataType getUserData()
setUserData(UserDataType)
,
CatalogPackage.getAttributeAllowedValueType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
boolean isDefault()
isSetDefault()
,
unsetDefault()
,
setDefault(boolean)
,
CatalogPackage.getAttributeAllowedValueType_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)
double getDisplaySequence()
isSetDisplaySequence()
,
unsetDisplaySequence()
,
setDisplaySequence(double)
,
CatalogPackage.getAttributeAllowedValueType_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 getIdentifier()
setIdentifier(String)
,
CatalogPackage.getAttributeAllowedValueType_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
java.lang.String getLanguage()
setLanguage(String)
,
CatalogPackage.getAttributeAllowedValueType_Language()
void setLanguage(java.lang.String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
java.lang.String getStoreID()
setStoreID(String)
,
CatalogPackage.getAttributeAllowedValueType_StoreID()
void setStoreID(java.lang.String value)
Store ID
' attribute.
value
- the new value of the 'Store ID' attribute.getStoreID()