| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.analytics.Step | ||
Single step in a multistep goal.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | NAME | XML "name" attribute name | |||||||||
| String | NUMBER | XML "number" attribute name | |||||||||
| String | PATH | XML "path" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | Step's name | ||||||||||
| number | Step's number in sequence | ||||||||||
| path | Step's path | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the step's name.
| |||||||||||
Returns the step's number in sequence.
| |||||||||||
Returns the step's path.
| |||||||||||
Returns whether it has the step's name.
| |||||||||||
Returns whether it has the step's number in sequence.
| |||||||||||
Returns whether it has the step's path.
| |||||||||||
Sets the step's name.
| |||||||||||
Sets the step's number in sequence.
| |||||||||||
Sets the step's path.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "name" attribute name
XML "number" attribute name
XML "path" attribute name
XML element name
Step's name
Step's number in sequence
Step's path
Default mutable constructor.
Immutable constructor.
| name | Step's name. |
|---|---|
| number | Step's number in sequence. |
| path | Step's path. |
| obj |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the step's name.
Returns the step's number in sequence.
Returns the step's path.
Returns whether it has the step's name.
Returns whether it has the step's number in sequence.
Returns whether it has the step's path.
Sets the step's name.
| name | Step's name or null to reset
|
|---|
Sets the step's number in sequence.
| number | Step's number in sequence or null to reset
|
|---|
Sets the step's path.
| path | Step's path or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.