public static final class

Transparency.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Transparency.Value

Class Overview

Value.

Summary

Constants
String OPAQUE Indicates event consumes time on calendar; event time will be marked as busy in a free/busy search.
String TRANSPARENT Indicates event doesn't consume any time on calendar; event time will not be marked as busy in a free/busy search.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String OPAQUE

Indicates event consumes time on calendar; event time will be marked as busy in a free/busy search.

Constant Value: "http://schemas.google.com/g/2005#event.opaque"

public static final String TRANSPARENT

Indicates event doesn't consume any time on calendar; event time will not be marked as busy in a free/busy search.

Constant Value: "http://schemas.google.com/g/2005#event.transparent"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.