| Package | Description |
|---|---|
| org.apache.shindig.gadgets.admin |
| Modifier and Type | Method and Description |
|---|---|
FeatureAdminData.Type |
FeatureAdminData.getType()
Gets the type of features list.
|
static FeatureAdminData.Type |
FeatureAdminData.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureAdminData.Type[] |
FeatureAdminData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureAdminData.setType(FeatureAdminData.Type type)
Sets the type.
|
| Constructor and Description |
|---|
FeatureAdminData(Set<String> features,
FeatureAdminData.Type type)
Constructor
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.