com.sas
Class PropertyLinkInfo

com.sas.PropertyLinkInfo

public class PropertyLinkInfo

The PropertyLinkInfo is a class which holds information about one link between a property on one component and another property on (another) component.

See Also:
LinkPropertiesInterface.queryLinks(java.lang.String)

Field Summary
 ComponentInterface component
           
 java.lang.String property
           
 ComponentInterface sourceComponent
           
 java.lang.String sourceProperty
           
 
Constructor Summary
PropertyLinkInfo(ComponentInterface component, java.lang.String property, ComponentInterface sourceComponent, java.lang.String sourceProperty)
           
 
Method Summary
 ComponentInterface getComponent()
           
 java.lang.String getProperty()
           
 ComponentInterface getSourceComponent()
           
 java.lang.String getSourceProperty()
           
 

Field Detail

component

public ComponentInterface component

property

public java.lang.String property

sourceComponent

public ComponentInterface sourceComponent

sourceProperty

public java.lang.String sourceProperty
Constructor Detail

PropertyLinkInfo

public PropertyLinkInfo(ComponentInterface component,
                        java.lang.String property,
                        ComponentInterface sourceComponent,
                        java.lang.String sourceProperty)
Method Detail

getComponent

public ComponentInterface getComponent()

getProperty

public java.lang.String getProperty()

getSourceComponent

public ComponentInterface getSourceComponent()

getSourceProperty

public java.lang.String getSourceProperty()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.