|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ExtFieldCandidatesInfo
public class ExtFieldCandidatesInfo
The ExtFieldCandidatesInfo
class returns information about all the columns/fields candidates for an
external compound form.
Constructor Summary | |
---|---|
ExtFieldCandidatesInfo()
Default constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtFieldCandidatesInfo()
Method Detail |
---|
public FieldMapping getFieldMappingInfo()
public FieldLimit getFieldLimitInfo()
public DataType getDataType()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |