|
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.FieldMapping com.bmc.arsys.api.RegularFieldMapping
public class RegularFieldMapping
The RegularFieldMapping
class
contains the field name in a vendor form derived from an external data source.
Constructor Summary | |
---|---|
RegularFieldMapping()
Field type in regular form. |
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. |
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 com.bmc.arsys.api.FieldMapping |
---|
createInstance, getMappingType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegularFieldMapping()
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class FieldMapping
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class FieldMapping
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class FieldMapping
public String toString()
toString
in class FieldMapping
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |