public class SelectMostFrequentAnnotation extends AnnotationManagerOperation implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
annotations |
java.lang.String |
documentAnnotation |
Constructor and Description |
---|
SelectMostFrequentAnnotation() |
SelectMostFrequentAnnotation(SelectMostFrequentAnnotation o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SelectMostFrequentAnnotation.
|
static SelectMostFrequentAnnotation |
fromString(java.lang.String s)
String representation of this SelectMostFrequentAnnotation.
|
java.lang.String |
getAnnotations()
Selects among these annotations
|
java.lang.String |
getDocumentAnnotation()
Annotates the document with this annotation
|
SelectMostFrequentAnnotation |
makeCopy()
Creates and returns a deep copy of this SelectMostFrequentAnnotation.
|
static SelectMostFrequentAnnotation |
readFrom(java.io.InputStream is)
Read this SelectMostFrequentAnnotation from an XML fragment.
|
void |
setAnnotations(java.lang.String annotations)
Selects among these annotations
|
void |
setDocumentAnnotation(java.lang.String documentAnnotation)
Annotates the document with this annotation
|
java.lang.String |
toString()
String representation of this SelectMostFrequentAnnotation.
|
SelectMostFrequentAnnotation |
withAnnotations(java.lang.String annotations) |
SelectMostFrequentAnnotation |
withDocumentAnnotation(java.lang.String documentAnnotation) |
void |
writeTo(java.io.OutputStream os)
Write this SelectMostFrequentAnnotation as an XML fragment
|
public java.lang.String annotations
public java.lang.String documentAnnotation
public SelectMostFrequentAnnotation()
public SelectMostFrequentAnnotation(SelectMostFrequentAnnotation o)
public void setAnnotations(java.lang.String annotations)
public java.lang.String getAnnotations()
public SelectMostFrequentAnnotation withAnnotations(java.lang.String annotations)
public void setDocumentAnnotation(java.lang.String documentAnnotation)
public java.lang.String getDocumentAnnotation()
public SelectMostFrequentAnnotation withDocumentAnnotation(java.lang.String documentAnnotation)
public SelectMostFrequentAnnotation makeCopy()
makeCopy
in class AnnotationManagerOperation
public static SelectMostFrequentAnnotation readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class AnnotationManagerOperation
javax.xml.bind.JAXBException
java.io.IOException
public static SelectMostFrequentAnnotation fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class AnnotationManagerOperation
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class AnnotationManagerOperation
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.