public class Not extends Cond implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Not()
Creates a new
Not instance. |
Not(Not o)
Creates a new
Not instance by deeply copying a given Not instance. |
Modifier and Type | Method and Description |
---|---|
Not |
clone()
Creates and returns a deep copy of this object.
|
Cond |
getCond()
Gets the value of the cond property.
|
void |
setCond(Cond value)
Sets the value of the cond property.
|
Not |
withCond(Cond value) |
Not |
withSuccess(java.lang.Boolean value) |
isSuccess, setSuccess
protected Cond cond
public Not()
Not
instance.public Not(Not o)
Not
instance by deeply copying a given Not
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public Cond getCond()
public void setCond(Cond value)
public Not withSuccess(java.lang.Boolean value)
withSuccess
in class Cond
Copyright © 2021 Dassault Systèmes, All Rights Reserved.