com.google.gdata.model.gd
Class Transparency.Value

java.lang.Object
  extended by com.google.gdata.model.gd.Transparency.Value
Enclosing class:
Transparency

public static final class Transparency.Value
extends java.lang.Object

Value.


Field Summary
static java.lang.String OPAQUE
          Indicates event consumes time on calendar; event time will be marked as busy in a free/busy search.
static java.lang.String TRANSPARENT
          Indicates event doesn't consume any time on calendar; event time will not be marked as busy in a free/busy search.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPAQUE

public static final java.lang.String OPAQUE
Indicates event consumes time on calendar; event time will be marked as busy in a free/busy search.

See Also:
Constant Field Values

TRANSPARENT

public static final java.lang.String TRANSPARENT
Indicates event doesn't consume any time on calendar; event time will not be marked as busy in a free/busy search.

See Also:
Constant Field Values
Method Detail

values

public static java.lang.String[] values()
Returns an array of all values defined in this class.