com.ibm.websphere.wim.model

Interface EntityConfigurationType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getActionNotAllow()
      Returns the value of the 'Action Not Allow' containment reference list.
      java.lang.String getDefaultParent()
      Returns the value of the 'Default Parent' attribute.
      java.util.List getMetaData()
      Returns the value of the 'Meta Data' containment reference list.
      java.lang.String getRdnProperty()
      Returns the value of the 'Rdn Property' attribute.
      void setDefaultParent(java.lang.String value)
      Sets the value of the 'Default Parent' attribute.
      void setRdnProperty(java.lang.String value)
      Sets the value of the 'Rdn Property' attribute.
    • Method Detail

      • getActionNotAllow

        java.util.List getActionNotAllow()
        Returns the value of the 'Action Not Allow' containment reference list. The list contents are of type ActionNotAllowType.
        See Also:
        ModelPackage.getEntityConfigurationType_ActionNotAllow()
        Model:
        type="com.ibm.websphere.wim.model.ActionNotAllowType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Action Not Allow' containment reference list.
      • getMetaData

        java.util.List getMetaData()
        Returns the value of the 'Meta Data' containment reference list. The list contents are of type MetaDataType.
        See Also:
        ModelPackage.getEntityConfigurationType_MetaData()
        Model:
        type="com.ibm.websphere.wim.model.MetaDataType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Meta Data' containment reference list.
      • setDefaultParent

        void setDefaultParent(java.lang.String value)
        Sets the value of the 'Default Parent' attribute.
        Parameters:
        value - the new value of the 'Default Parent' attribute.
        See Also:
        getDefaultParent()
        Generated:
      • setRdnProperty

        void setRdnProperty(java.lang.String value)
        Sets the value of the 'Rdn Property' attribute.
        Parameters:
        value - the new value of the 'Rdn Property' attribute.
        See Also:
        getRdnProperty()
        Generated: