com.ibm.websphere.wim.model
Interface PropertyControl

All Superinterfaces:
Control
All Known Subinterfaces:
AncestorControl, ChangeControl, DescendantControl, GroupControl, GroupMemberControl, GroupMembershipControl, HierarchyControl, LoginControl, SearchControl

public interface PropertyControl
extends Control

A representation of the model object 'Property Control'.

The following features are supported:

See Also:
ModelPackage.getPropertyControl()
Model:
Generated:

Method Summary
 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.