Uses of Class
net.sf.okapi.lib.xliff2.core.Note.AppliesTo
-
Packages that use Note.AppliesTo Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of Note.AppliesTo in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Note.AppliesTo Modifier and Type Method Description Note.AppliesToNote. getAppliesTo()Gets the type of object this note applies to.static Note.AppliesToNote.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.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Note.AppliesTo Modifier and Type Method Description voidNote. setAppliesTo(Note.AppliesTo appliesTo)Sets the type of object this note applies to.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Note.AppliesTo Constructor Description Note(String content, Note.AppliesTo appliesTo)Creates a newNoteobject with a content and a scope.
-