| Package | Description |
|---|---|
| com.google.gdata.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeCreator |
ElementCreator.addAttribute(AttributeKey<?> key)
Add the key for an attribute.
|
AttributeCreator |
MetadataRegistry.build(ElementKey<?,?> parent,
AttributeKey<?> attribute)
Builds the metadata for the attribute inside the parent.
|
AttributeCreator |
MetadataRegistry.build(ElementKey<?,?> parent,
AttributeKey<?> attribute,
MetadataContext context)
Builds the metadata for the attribute inside the parent, during the
context.
|
AttributeCreator |
ElementCreator.moveAttribute(AttributeKey<?> key,
Path path)
Adds a new virtual attribute based on a path.
|
AttributeCreator |
ElementCreator.replaceAttribute(AttributeKey<?> key)
Replaces the existing metadata for an attribute.
|
AttributeCreator |
AttributeCreator.setName(QName name)
Sets the name of the attribute.
|
AttributeCreator |
AttributeCreator.setRequired(boolean required)
Sets the requiredness of this attribute.
|
AttributeCreator |
AttributeCreator.setVirtualValue(Metadata.VirtualValue virtualValue)
Sets the virtual value for the attribute.
|
AttributeCreator |
AttributeCreator.setVisible(boolean visible)
Sets whether this attribute is visible.
|
Copyright © 2012. All Rights Reserved.