Package net.sf.okapi.filters.xliff2
Class MetadataSkeleton
- java.lang.Object
-
- net.sf.okapi.filters.xliff2.MetadataSkeleton
-
-
Constructor Summary
Constructors Constructor Description MetadataSkeleton(Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISkeletonclone()Clones this skeleton object.MetadatagetMetaData()IResourcegetParent()Gets the parent resource of this skeleton.voidsetParent(IResource parent)Sets a parent of this skeleton object.
-
-
-
Constructor Detail
-
MetadataSkeleton
public MetadataSkeleton(Metadata metadata)
-
-
Method Detail
-
clone
public ISkeleton clone()
Description copied from interface:ISkeletonClones this skeleton object.
-
setParent
public void setParent(IResource parent)
Description copied from interface:ISkeletonSets a parent of this skeleton object. The parent is the resource that attaches this skeleton with SetSkeleton(). Normally the IResorce implementations set themselves as a parent for the skeleton.
-
getParent
public IResource getParent()
Description copied from interface:ISkeletonGets the parent resource of this skeleton.
-
getMetaData
public Metadata getMetaData()
-
-