com.ibm.websphere.wim.model

Interface MetaDataType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getRepositoryId()
      Returns the value of the 'Repository Id' attribute.
      java.util.List getValues()
      Returns the value of the 'Values' attribute list.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setRepositoryId(java.lang.String value)
      Sets the value of the 'Repository Id' attribute.
    • Method Detail

      • getValues

        java.util.List getValues()
        Returns the value of the 'Values' attribute list. The list contents are of type String.
        See Also:
        ModelPackage.getMetaDataType_Values()
        Model:
        type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Values' attribute list.
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.
        See Also:
        setName(String), ModelPackage.getMetaDataType_Name()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true"
        Generated:
        Return:
        the value of the 'Name' attribute.
      • 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()
        Generated:
      • setRepositoryId

        void setRepositoryId(java.lang.String value)
        Sets the value of the 'Repository Id' attribute.
        Parameters:
        value - the new value of the 'Repository Id' attribute.
        See Also:
        getRepositoryId()
        Generated: