public static class Control.Type extends Object
Type class represents the type of
the control. Static instances are provided for the
common types.| Modifier | Constructor and Description |
|---|---|
protected |
Type(String name)
Constructs a new control type with the name specified.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Finalizes the equals method
|
int |
hashCode()
Finalizes the hashCode method
|
String |
toString()
Provides the
String representation of the control type. |
protected Type(String name)
name - the name of the new control type.public final boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.true if this object is the same as the obj
argument; false otherwise.Object.hashCode(),
HashMappublic final int hashCode()
hashCode in class ObjectObject.equals(java.lang.Object),
System.identityHashCode(java.lang.Object)aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.