public class ObjectIdentityConstraint extends Constraint
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
target
The object to match
|
targetType
Constructor and Description |
---|
ObjectIdentityConstraint() |
Modifier and Type | Method and Description |
---|---|
ObjectIdentityConstraint |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public ObjectIdentityConstraint clone() throws java.lang.CloneNotSupportedException
clone
in class Constraint
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class Constraint
public int hashCode()
hashCode
in class Constraint
Copyright @ 2013-2018 VMware, Inc. All rights reserved.