com.ibm.websphere.wim.model

Interface Country

    • Method Detail

      • getC

        java.lang.String getC()
        Returns the value of the 'C' attribute.
        See Also:
        setC(String), ModelPackage.getCountry_C()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'C' attribute.
      • setC

        void setC(java.lang.String value)
        Sets the value of the 'C' attribute.
        Parameters:
        value - the new value of the 'C' attribute.
        See Also:
        getC()
        Generated:
      • getCountryName

        java.lang.String getCountryName()
        Returns the value of the 'Country Name' attribute.
        See Also:
        setCountryName(String), ModelPackage.getCountry_CountryName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Country Name' attribute.
      • setCountryName

        void setCountryName(java.lang.String value)
        Sets the value of the 'Country Name' attribute.
        Parameters:
        value - the new value of the 'Country Name' attribute.
        See Also:
        getCountryName()
        Generated:
      • getDescription

        java.util.List getDescription()
        Returns the value of the 'Description' attribute list. The list contents are of type String.
        See Also:
        ModelPackage.getCountry_Description()
        Model:
        type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Description' attribute list.