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