public class Group extends Object
| Constructor and Description |
|---|
Group(Collection<GoogleBaseAttribute> subAttributes) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,GoogleBaseAttribute> |
getAllSubAttributes()
Gets all sub-attributes of the group.
|
GoogleBaseAttribute |
getSubAttribute(String name)
Gets one sub-attribute with the name name, if there are any.
|
Collection<? extends GoogleBaseAttribute> |
getSubAttributes(String name)
Gets all sub-attributes corresponding to the name.
|
int |
subAttributesSize() |
String |
toString() |
public Group(Collection<GoogleBaseAttribute> subAttributes)
public GoogleBaseAttribute getSubAttribute(String name)
name - public Collection<? extends GoogleBaseAttribute> getSubAttributes(String name)
name - namepublic com.google.common.collect.Multimap<String,GoogleBaseAttribute> getAllSubAttributes()
public int subAttributesSize()
Copyright © 2012. All Rights Reserved.