public class And extends BoolPattern implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<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 And.
|
static And |
fromString(java.lang.String s)
String representation of this And.
|
java.util.List<RulePattern> |
getRulePattern() |
And |
makeCopy()
Creates and returns a deep copy of this And.
|
static And |
readFrom(java.io.InputStream is)
Read this And from an XML fragment.
|
java.lang.String |
toString()
String representation of this And.
|
And |
withAnchor(boolean anchor) |
And |
withAnchor(java.lang.Boolean anchor) |
And |
withModifiedAt(java.lang.Long modifiedAt) |
And |
withModifiedBy(java.lang.String modifiedBy) |
And |
withName(java.lang.String name) |
And |
withPriority(int priority) |
And |
withPriority(java.lang.Integer priority) |
And |
withRulePattern(java.util.Collection<RulePattern> __values) |
And |
withRulePattern(RulePattern... __values) |
void |
writeTo(java.io.OutputStream os)
Write this And as an XML fragment
|
isAnchor, setAnchor
getName, getPriority, setName, setPriority
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public java.util.List<RulePattern> rulePattern
public And()
public And(And o)
public And withAnchor(boolean anchor)
withAnchor
in class BoolPattern
public And withAnchor(java.lang.Boolean anchor)
withAnchor
in class BoolPattern
public And withPriority(int priority)
withPriority
in class BoolPattern
public And withPriority(java.lang.Integer priority)
withPriority
in class BoolPattern
public And withName(java.lang.String name)
withName
in class BoolPattern
public And withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class BoolPattern
public And withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class BoolPattern
public java.util.List<RulePattern> getRulePattern()
public And withRulePattern(RulePattern... __values)
public And withRulePattern(java.util.Collection<RulePattern> __values)
public And makeCopy()
makeCopy
in class BoolPattern
public static And 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 And 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.