| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Draft.Value,Draft> |
Draft.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
static Draft.Value |
Draft.Value.fromString(String value)
Convert from a string representation of Value to an instance.
|
Draft.Value |
Draft.getValue()
Returns the value.
|
static Draft.Value |
Draft.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Draft.Value[] |
Draft.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Draft |
Draft.setValue(Draft.Value value)
Sets the value.
|
| Constructor and Description |
|---|
Draft(Draft.Value value)
Constructs a new instance with the given value.
|
| Constructor and Description |
|---|
Draft(ElementKey<Draft.Value,? extends Draft> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Draft(ElementKey<Draft.Value,? extends Draft> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.