public class KeepLongestLeftMost extends AnnotationManagerOperation implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<AnnotationProcessed> |
annotationProcessed |
java.lang.String |
annotations |
static boolean |
DEFAULT_INTER_TAGS |
boolean |
interTags |
Constructor and Description |
---|
KeepLongestLeftMost() |
KeepLongestLeftMost(KeepLongestLeftMost o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this KeepLongestLeftMost.
|
static KeepLongestLeftMost |
fromString(java.lang.String s)
String representation of this KeepLongestLeftMost.
|
java.util.List<AnnotationProcessed> |
getAnnotationProcessed()
Alternative way to specify the list of annotations to process
|
java.lang.String |
getAnnotations()
List of comma-separated annotations to process
|
boolean |
isInterTags()
Keep the longest-leftmost among all the tags.
|
KeepLongestLeftMost |
makeCopy()
Creates and returns a deep copy of this KeepLongestLeftMost.
|
static KeepLongestLeftMost |
readFrom(java.io.InputStream is)
Read this KeepLongestLeftMost from an XML fragment.
|
void |
setAnnotations(java.lang.String annotations)
List of comma-separated annotations to process
|
void |
setInterTags(boolean interTags)
Keep the longest-leftmost among all the tags.
|
java.lang.String |
toString()
String representation of this KeepLongestLeftMost.
|
KeepLongestLeftMost |
withAnnotationProcessed(AnnotationProcessed... __values)
Alternative way to specify the list of annotations to process
|
KeepLongestLeftMost |
withAnnotationProcessed(java.util.Collection<AnnotationProcessed> __values) |
KeepLongestLeftMost |
withAnnotations(java.lang.String annotations) |
KeepLongestLeftMost |
withInterTags(boolean interTags) |
KeepLongestLeftMost |
withInterTags(java.lang.Boolean interTags) |
void |
writeTo(java.io.OutputStream os)
Write this KeepLongestLeftMost as an XML fragment
|
public java.lang.String annotations
public boolean interTags
public static final boolean DEFAULT_INTER_TAGS
public java.util.List<AnnotationProcessed> annotationProcessed
public KeepLongestLeftMost()
public KeepLongestLeftMost(KeepLongestLeftMost o)
public void setAnnotations(java.lang.String annotations)
public java.lang.String getAnnotations()
public KeepLongestLeftMost withAnnotations(java.lang.String annotations)
public void setInterTags(boolean interTags)
public boolean isInterTags()
public KeepLongestLeftMost withInterTags(boolean interTags)
public KeepLongestLeftMost withInterTags(java.lang.Boolean interTags)
public java.util.List<AnnotationProcessed> getAnnotationProcessed()
public KeepLongestLeftMost withAnnotationProcessed(AnnotationProcessed... __values)
public KeepLongestLeftMost withAnnotationProcessed(java.util.Collection<AnnotationProcessed> __values)
public KeepLongestLeftMost makeCopy()
makeCopy
in class AnnotationManagerOperation
public static KeepLongestLeftMost 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 KeepLongestLeftMost 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.