com.ibm.websphere.wim.model

Interface PropertyControl

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getContextProperties()
      Returns the value of the 'Context Properties' containment reference list.
      java.util.List getProperties()
      Returns the value of the 'Properties' attribute list.
    • Method Detail

      • getProperties

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

        java.util.List getContextProperties()
        Returns the value of the 'Context Properties' containment reference list. The list contents are of type ContextPropertiesType.
        See Also:
        ModelPackage.getPropertyControl_ContextProperties()
        Model:
        type="com.ibm.websphere.wim.model.ContextPropertiesType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Context Properties' containment reference list.