com.ibm.commerce.member.facade.datatypes

Interface AttributeType



  • public interface AttributeType
    A representation of the model object 'Attribute Type'. The type definition of an attribute.

    The following features are supported:

    See Also:
    MemberPackage.getAttributeType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getAttributeValue()
      Returns the value of the 'Attribute Value' containment reference list.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The attribute name.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MemberPackage.getAttributeType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getAttributeValue

        java.util.List getAttributeValue()
        Returns the value of the 'Attribute Value' containment reference list. The list contents are of type AttributeValueType. The attribute value.
        Returns:
        the value of the 'Attribute Value' containment reference list.
        See Also:
        MemberPackage.getAttributeType_AttributeValue()