public class ExtFieldCandidatesInfo extends Object implements Cloneable, Serializable
ExtFieldCandidatesInfo class returns information about all the columns/fields candidates for an
external compound form.| Constructor and Description |
|---|
ExtFieldCandidatesInfo()
Default constructor
|
| 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.
|
DataType |
getDataType()
Returns list of field data types.
|
FieldLimit |
getFieldLimitInfo()
Returns list of field limits.
|
FieldMapping |
getFieldMappingInfo()
Returns list of field mappings.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
public FieldMapping getFieldMappingInfo()
public FieldLimit getFieldLimitInfo()
public DataType getDataType()
public String toString()
public int hashCode()
public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.