DataColumnMappingCollection
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.ICollection
public class DataColumnMappingCollection implements System.Collections.ICollection<DataColumnMapping>
DataColumnMappingCollection class.
Constructors
Constructor | Description |
---|---|
DataColumnMappingCollection() |
Methods
Method | Description |
---|---|
addItem(DataColumnMapping dataColumnMapping) | |
copyTo(System.Array arg0, int arg1) | {@inheritDoc} |
equals(Object arg0) | |
getClass() | |
getSyncRoot() | Gets Sync Root |
hashCode() | |
isSynchronized() | Defines is Synchronized |
iterator() | Gets Iterator |
notify() | |
notifyAll() | |
size() | Gets Size |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DataColumnMappingCollection()
public DataColumnMappingCollection()
addItem(DataColumnMapping dataColumnMapping)
public void addItem(DataColumnMapping dataColumnMapping)
Parameters:
Parameter | Type | Description |
---|---|---|
dataColumnMapping | DataColumnMapping |
copyTo(System.Array arg0, int arg1)
public void copyTo(System.Array arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Array | |
arg1 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSyncRoot()
public Object getSyncRoot()
Gets Sync Root
Returns: java.lang.Object - a object.
hashCode()
public native int hashCode()
Returns: int
isSynchronized()
public boolean isSynchronized()
Defines is Synchronized
Returns: boolean - a boolean.
iterator()
public System.Collections.IEnumerator<DataColumnMapping> iterator()
Gets Iterator
Returns: com.aspose.ms.System.Collections.IEnumerator<com.aspose.email.DataColumnMapping> - an iterator.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
size()
public int size()
Gets Size
Returns: int - an integer.
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |