| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.model.atompub.Categories.Fixed | |
Indicates whether the list of categories is a fixed or an open set.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Categories.Fixed | NO | Is not fixed. | |||||||||
| Categories.Fixed | YES | Is fixed. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VALUE_MAP | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convert from a string representation of Fixed to an instance.
| |||||||||||
Returns the string representation of this instance, suitable for use in
output.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Convert from a string representation of Fixed to an instance. Unlike
valueOf(String) this method will return null if an enum for the
given value does not exist.
| value | The string representation to look up. |
|---|
null if
none was found.
Returns the string representation of this instance, suitable for use in output. This is a lowercase version of the name.