Package net.sf.okapi.lib.xliff2.metadata
Class Metadata
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.core.BaseList<MetaGroup>
-
- net.sf.okapi.lib.xliff2.metadata.Metadata
-
- All Implemented Interfaces:
Iterable<MetaGroup>,IWithMetaGroup
public class Metadata extends BaseList<MetaGroup> implements IWithMetaGroup
Represents a list ofIMetadataItemobjects.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGroup(MetaGroup group)Adds aMetaGroupobject to this object.StringgetId()voidsetId(String id)-
Methods inherited from class net.sf.okapi.lib.xliff2.core.BaseList
add, clear, get, isEmpty, iterator, remove, remove, set, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
addGroup
public void addGroup(MetaGroup group)
Description copied from interface:IWithMetaGroupAdds aMetaGroupobject to this object.- Specified by:
addGroupin interfaceIWithMetaGroup- Parameters:
group- the meta-group to add.
-
-