Uses of Class
org.indi.objects.SwitchRule

Packages that use SwitchRule
org.indi.objects   
 

Uses of SwitchRule in org.indi.objects
 

Methods in org.indi.objects that return SwitchRule
 SwitchRule SwitchVector.getSwitchRule()
           
static SwitchRule SwitchRule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SwitchRule[] SwitchRule.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.indi.objects with parameters of type SwitchRule
protected static java.lang.String SwitchVector.switchRuleToString(SwitchRule rule)
          convert a switch rule to a string as used by the indi protocol
 

Constructors in org.indi.objects with parameters of type SwitchRule
SwitchVector(java.lang.String device, java.lang.String name, java.lang.String label, java.lang.String group, State state, Permission permission, double timeout, java.lang.String timestamp, SwitchRule switchRule, java.lang.String message)
          class constructor
SwitchVector(java.lang.String device, java.lang.String name, java.lang.String label, java.lang.String group, State state, Permission permission, SwitchRule switchRule, double timeout)
          class constructor
 



Copyright © 2008. All Rights Reserved.