com.sas.commands
Interface CompositeDynamicAttributeCommandInterface

All Known Implementing Classes:
AdvancedFilterSelectorCommandFacade, CompositeDynamicAttributeCommand

public interface CompositeDynamicAttributeCommandInterface


Method Summary
 java.util.Collection getCommandAttributeNames()
          Returns a collection containing the names of all the composite command's dynamic attributes.
 void setCommonAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
          Sets the specified attribute on all sub-commands.
 

Method Detail

setCommonAttribute

void setCommonAttribute(java.lang.String attributeName,
                        java.lang.Object attributeValue)
Sets the specified attribute on all sub-commands.

For use when all sub-commands need the same attribute set with the same value.

Parameters:
attributeName - The name of the attribute to set on all sub-commands.
attributeValue - The value of the attribute.

getCommandAttributeNames

java.util.Collection getCommandAttributeNames()
Returns a collection containing the names of all the composite command's dynamic attributes.

Returns:
a collection of command attribute names.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.