org.jclouds.deltacloud.domain
Class TransitionAutomatically

java.lang.Object
  extended by org.jclouds.deltacloud.domain.TransitionAutomatically
All Implemented Interfaces:
Transition

public class TransitionAutomatically
extends Object
implements Transition

Author:
Adrian Cole

Constructor Summary
TransitionAutomatically(Instance.State to)
           
 
Method Summary
 boolean equals(Object obj)
           
 Instance.State getTo()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransitionAutomatically

public TransitionAutomatically(Instance.State to)
Method Detail

getTo

public Instance.State getTo()
Specified by:
getTo in interface Transition

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.