Package net.sf.okapi.steps.scopingreport
Class ScopingReportAnnotation
- java.lang.Object
-
- net.sf.okapi.steps.scopingreport.ScopingReportAnnotation
-
- All Implemented Interfaces:
Serializable,Cloneable,IAnnotation
public class ScopingReportAnnotation extends Object implements IAnnotation, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopingReportAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getFields()voidput(String fieldName, String fieldValue)voidsetFields(Map<String,String> fields)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.annotation.IAnnotation
toString
-
-