| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Categories.Fixed> |
Categories.FIXED
Indicates whether the list of categories is a fixed or an open set.
|
| Modifier and Type | Method and Description |
|---|---|
static Categories.Fixed |
Categories.Fixed.fromString(String value)
Convert from a string representation of Fixed to an instance.
|
Categories.Fixed |
Categories.getFixed()
Returns the indicates whether the list of categories is a fixed or an open
set.
|
static Categories.Fixed |
Categories.Fixed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Categories.Fixed[] |
Categories.Fixed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Categories |
Categories.setFixed(Categories.Fixed fixed)
Sets the indicates whether the list of categories is a fixed or an open
set.
|
Copyright © 2012. All Rights Reserved.