| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE
The type number associated with a
ClearCoatMaterial. |
| Constructor and Description |
|---|
ClearCoatMaterial()
Constructs a new
ClearCoatMaterial instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Compares
object to this ClearCoatMaterial instance for equality. |
int |
getType()
Returns the type of this
ClearCoatMaterial instance. |
int |
hashCode()
Returns a hash code for this
ClearCoatMaterial instance. |
java.lang.String |
toString()
Returns a
String representation of this ClearCoatMaterial instance. |
public static final int TYPE
ClearCoatMaterial. The number is 1.public ClearCoatMaterial()
ClearCoatMaterial instance.public java.lang.String toString()
String representation of this ClearCoatMaterial instance.toString in class java.lang.ObjectString representation of this ClearCoatMaterial instancepublic boolean equals(java.lang.Object object)
object to this ClearCoatMaterial instance for equality.
Returns true if, and only if, object is an instance of ClearCoatMaterial, and their respective values are equal, false otherwise.
equals in class java.lang.Objectobject - the Object to compare to this ClearCoatMaterial instance for equalitytrue if, and only if, object is an instance of ClearCoatMaterial, and their respective values are equal, false otherwisepublic int getType()
ClearCoatMaterial instance.public int hashCode()
ClearCoatMaterial instance.hashCode in class java.lang.ObjectClearCoatMaterial instance