public class Accept extends Action implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Accept()
Creates a new
Accept instance. |
Accept(Accept o)
Creates a new
Accept instance by deeply copying a given Accept instance. |
Modifier and Type | Method and Description |
---|---|
Accept |
clone()
Creates and returns a deep copy of this object.
|
public Accept()
Accept
instance.public Accept(Accept o)
Accept
instance by deeply copying a given Accept
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.Copyright © 2021 Dassault Systèmes, All Rights Reserved.