com.ibm.websphere.wim.model

Interface SortControl

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getLocale()
      Returns the value of the 'Locale' attribute.
      java.util.List getSortKeys()
      Returns the value of the 'Sort Keys' containment reference list.
      void setLocale(java.lang.String value)
      Sets the value of the 'Locale' attribute.
    • Method Detail

      • getSortKeys

        java.util.List getSortKeys()
        Returns the value of the 'Sort Keys' containment reference list. The list contents are of type SortKeyType.
        See Also:
        ModelPackage.getSortControl_SortKeys()
        Model:
        type="com.ibm.websphere.wim.model.SortKeyType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Sort Keys' containment reference list.
      • getLocale

        java.lang.String getLocale()
        Returns the value of the 'Locale' attribute.
        See Also:
        setLocale(String), ModelPackage.getSortControl_Locale()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.Language" required="true"
        Generated:
        Return:
        the value of the 'Locale' attribute.
      • setLocale

        void setLocale(java.lang.String value)
        Sets the value of the 'Locale' attribute.
        Parameters:
        value - the new value of the 'Locale' attribute.
        See Also:
        getLocale()
        Generated: