| Package | Description |
|---|---|
| com.google.gdata.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeKey<D>
A key referring to a particular attribute.
|
class |
ElementKey<D,E extends Element>
A key referring to a particular element.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataKey<D> |
Metadata.getKey()
Returns the attribute key for this metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataKey<?>> |
Path.getSteps()
Returns the list of path steps.
|
| Modifier and Type | Method and Description |
|---|---|
Path.Builder |
Path.Builder.addStep(MetadataKey<?> step)
Adds a new path step to the end of the path.
|
int |
ElementKey.compareTo(MetadataKey<?> other)
Compares first on ID, then on element type, then on datatype.
|
int |
AttributeKey.compareTo(MetadataKey<?> other)
Compares first on ID, then on datatype.
|
abstract boolean |
MetadataKey.matches(MetadataKey<?> other)
Returns
true if this key matches the given key. |
boolean |
ElementKey.matches(MetadataKey<?> other)
Returns
true if this key is a match for the given key. |
boolean |
AttributeKey.matches(MetadataKey<?> other)
Returns
true if this key is a match for the given key. |
static Path |
Path.of(MetadataKey<?>... steps)
Constructs a new relative
Path that selects an element defined by
the set of path steps to the element. |
static Path |
Path.to(ElementMetadata<?,?> root,
MetadataKey<?>... keys)
Constructs a new absolute
Path to an element type as defined by a
root type and the relative steps from it to the selected type. |
| Constructor and Description |
|---|
MetadataValueTransform(MetadataKey<?>... inputSources)
Constructs a simple value transform using the given sources.
|
Copyright © 2012. All Rights Reserved.