| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
GmAttributes.GmAttribute.Importance |
GmAttributes.GmAttribute.getImportance()
Returns the importance for this attribute, or null if not defined.
|
static GmAttributes.GmAttribute.Importance |
GmAttributes.GmAttribute.Importance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmAttributes.GmAttribute.Importance[] |
GmAttributes.GmAttribute.Importance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GmAttributes.addAttribute(GoogleBaseAttributeId attributeId,
GmAttributes.GmAttribute.Importance importance)
Adds a new attribute to the list.
|
| Constructor and Description |
|---|
GmAttributes.GmAttribute(GoogleBaseAttributeId attributeId,
GmAttributes.GmAttribute.Importance importance)
Creates a GmAttribute instance with the specified id and importance.
|
Copyright © 2012. All Rights Reserved.