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