public abstract class FieldLimit extends Object implements Cloneable, Serializable
FieldLimit class is used to define value limits for data fields of any type. The
FieldLimit class is the superclass that represents the information for all field types.| Constructor and Description |
|---|
FieldLimit() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
int |
getDataType()
Returns data type of the field.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int getDataType()
public boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.