| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| Modifier and Type | Method and Description |
|---|---|
Note.AppliesTo |
Note.getAppliesTo()
Gets the type of object this note applies to.
|
static Note.AppliesTo |
Note.AppliesTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Note.AppliesTo[] |
Note.AppliesTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setAppliesTo(Note.AppliesTo appliesTo)
Sets the type of object this note applies to.
|
| Constructor and Description |
|---|
Note(String content,
Note.AppliesTo appliesTo)
Creates a new
Note object with a content and a scope. |
Copyright © 2020. All rights reserved.