| Package | Description |
|---|---|
| com.google.gdata.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeCreator
An attribute creator allows setting attribute information, which includes the
following pieces:
name: The qualified name to use for input and output.
|
interface |
ElementCreator
An element creator allows setting element information, which includes the
following pieces:
name: The qualified name to use for input and output.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataCreator |
MetadataCreator.setName(QName name)
Sets the name of the property.
|
MetadataCreator |
MetadataCreator.setRequired(boolean required)
Sets the requiredness of this property.
|
MetadataCreator |
MetadataCreator.setVirtualValue(Metadata.VirtualValue virtualValue)
Sets the virtual value for the property.
|
MetadataCreator |
MetadataCreator.setVisible(boolean visible)
Sets whether this property is visible.
|
Copyright © 2012. All Rights Reserved.