public class AndCondition extends AcceptCondition implements com.exalead.util.Checkable, java.io.Serializable
AcceptCondition.Transformer<T>
Modifier and Type | Field and Description |
---|---|
java.util.List<AcceptCondition> |
acceptCondition |
Constructor and Description |
---|
AndCondition() |
AndCondition(AndCondition o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(AcceptCondition.Transformer<T> transformer,
T[] t) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this AndCondition.
|
static AndCondition |
fromString(java.lang.String s)
String representation of this AndCondition.
|
java.util.List<AcceptCondition> |
getAcceptCondition() |
AndCondition |
makeCopy()
Creates and returns a deep copy of this AndCondition.
|
static AndCondition |
readFrom(java.io.InputStream is)
Read this AndCondition from an XML fragment.
|
java.lang.String |
toString()
String representation of this AndCondition.
|
AndCondition |
withAcceptCondition(AcceptCondition... __values) |
AndCondition |
withAcceptCondition(java.util.Collection<AcceptCondition> __values) |
void |
writeTo(java.io.OutputStream os)
Write this AndCondition as an XML fragment
|
public java.util.List<AcceptCondition> acceptCondition
public AndCondition()
public AndCondition(AndCondition o)
public java.util.List<AcceptCondition> getAcceptCondition()
public AndCondition withAcceptCondition(AcceptCondition... __values)
public AndCondition withAcceptCondition(java.util.Collection<AcceptCondition> __values)
public AndCondition makeCopy()
makeCopy
in class AcceptCondition
public static AndCondition 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 AcceptCondition
javax.xml.bind.JAXBException
java.io.IOException
public static AndCondition 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 AcceptCondition
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class AcceptCondition
com.exalead.util.TypedException
public <T> T accept(AcceptCondition.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class AcceptCondition
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.