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)
component
public ComponentInterface component
property
public java.lang.String property
sourceComponent
public ComponentInterface sourceComponent
sourceProperty
public java.lang.String sourceProperty
PropertyLinkInfo
public PropertyLinkInfo (ComponentInterface component,
java.lang.String property,
ComponentInterface sourceComponent,
java.lang.String sourceProperty)
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.