public class Not extends BoolPattern implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
RulePattern |
rulePattern |
anchor, DEFAULT_ANCHOR
DEFAULT_PRIORITY, name, priority
modifiedAt, modifiedBy
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Not.
|
static Not |
fromString(java.lang.String s)
String representation of this Not.
|
RulePattern |
getRulePattern() |
Not |
makeCopy()
Creates and returns a deep copy of this Not.
|
static Not |
readFrom(java.io.InputStream is)
Read this Not from an XML fragment.
|
void |
setRulePattern(RulePattern rulePattern) |
java.lang.String |
toString()
String representation of this Not.
|
Not |
withAnchor(boolean anchor) |
Not |
withAnchor(java.lang.Boolean anchor) |
Not |
withModifiedAt(java.lang.Long modifiedAt) |
Not |
withModifiedBy(java.lang.String modifiedBy) |
Not |
withName(java.lang.String name) |
Not |
withPriority(int priority) |
Not |
withPriority(java.lang.Integer priority) |
Not |
withRulePattern(RulePattern rulePattern) |
void |
writeTo(java.io.OutputStream os)
Write this Not as an XML fragment
|
isAnchor, setAnchor
getName, getPriority, setName, setPriority
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public RulePattern rulePattern
public Not()
public Not(Not o)
public Not withAnchor(boolean anchor)
withAnchor
in class BoolPattern
public Not withAnchor(java.lang.Boolean anchor)
withAnchor
in class BoolPattern
public Not withPriority(int priority)
withPriority
in class BoolPattern
public Not withPriority(java.lang.Integer priority)
withPriority
in class BoolPattern
public Not withName(java.lang.String name)
withName
in class BoolPattern
public Not withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class BoolPattern
public Not withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class BoolPattern
public void setRulePattern(RulePattern rulePattern)
public RulePattern getRulePattern()
public Not withRulePattern(RulePattern rulePattern)
public Not makeCopy()
makeCopy
in class BoolPattern
public static Not 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 BoolPattern
javax.xml.bind.JAXBException
java.io.IOException
public static Not 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 BoolPattern
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class BoolPattern
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.