public class Or extends Cond implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<Cond> |
cond |
DEFAULT_SUCCESS, success
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Or.
|
static Or |
fromString(java.lang.String s)
String representation of this Or.
|
java.util.List<Cond> |
getCond() |
Or |
makeCopy()
Creates and returns a deep copy of this Or.
|
static Or |
readFrom(java.io.InputStream is)
Read this Or from an XML fragment.
|
java.lang.String |
toString()
String representation of this Or.
|
Or |
withCond(java.util.Collection<Cond> __values) |
Or |
withCond(Cond... __values) |
Or |
withSuccess(boolean success) |
Or |
withSuccess(java.lang.Boolean success) |
void |
writeTo(java.io.OutputStream os)
Write this Or as an XML fragment
|
isSuccess, setSuccess
public java.util.List<Cond> cond
public Or()
public Or(Or o)
public Or withSuccess(boolean success)
withSuccess
in class Cond
public Or withSuccess(java.lang.Boolean success)
withSuccess
in class Cond
public java.util.List<Cond> getCond()
public Or makeCopy()
public static Or 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
public static Or 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()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.