| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ValueConstruct | ||
| ↳ | com.google.gdata.data.webmastertools.IntValueConstruct | ||
Known Direct Subclasses
|
GData schema extension describing a node with an integer value. The class is abstract, derive from this class and define default constructor which hardcodes the node name.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| intValue | Variable to cache the integer value. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs
ValueConstruct to represent integer value. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares
IntValueConstruct objects based on the integer value
that they hold. | |||||||||||
Get Integer value.
| |||||||||||
Returns hash code which is the integer value that the object holds.
| |||||||||||
Set Integer value.
| |||||||||||
Override
setValue(String) to validate that
supplied value is integer. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
Variable to cache the integer value.
Constructs ValueConstruct to represent integer value.
| nodeName |
|---|
Compares IntValueConstruct objects based on the integer value
that they hold.
| rhs |
|---|
Get Integer value.
Returns hash code which is the integer value that the object holds.
Set Integer value.
| value |
|---|
Override setValue(String) to validate that
supplied value is integer.
| value | New value for the value construct or null to reset. |
|---|
| NullPointerException | if argument is null. |
|---|---|
| IllegalArgumentException | if argument is not a valid integer. |