public class Source extends Action implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Constructor and Description |
---|
Source()
Creates a new
Source instance. |
Source(Source o)
Creates a new
Source instance by deeply copying a given Source instance. |
Modifier and Type | Method and Description |
---|---|
Source |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getName()
(default: null)
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
Source |
withName(java.lang.String value) |
public Source()
Source
instance.public Source(Source o)
Source
instance by deeply copying a given Source
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public Source withName(java.lang.String value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.