public class AggregationEntry extends Object implements IAggregationEntry
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Aggregation> |
parent |
Modifier | Constructor and Description |
---|---|
protected |
AggregationEntry(info.textgrid.namespaces.metadata.core._2010.ObjectType metadata) |
|
AggregationEntry(info.textgrid.namespaces.metadata.core._2010.ObjectType metadata,
Aggregation parent) |
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
info.textgrid.namespaces.metadata.core._2010.ObjectType |
getMetadata() |
com.google.common.base.Optional<Aggregation> |
getParent() |
URI |
getTextGridURI() |
String |
toString() |
protected final com.google.common.base.Optional<Aggregation> parent
protected AggregationEntry(info.textgrid.namespaces.metadata.core._2010.ObjectType metadata)
public AggregationEntry(info.textgrid.namespaces.metadata.core._2010.ObjectType metadata, Aggregation parent)
public com.google.common.base.Optional<Aggregation> getParent()
getParent
in interface IAggregationEntry
public info.textgrid.namespaces.metadata.core._2010.ObjectType getMetadata()
getMetadata
in interface IAggregationEntry
public String getFormat()
public URI getTextGridURI()
getTextGridURI
in interface IAggregationEntry
Copyright © 2014 TextGrid. All Rights Reserved.