public interface IComFrec
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
addItem(String attrName,
String value)
Method AddItem.
|
String |
attributeName(int position)
Property AttributeName.
|
void |
attributeName(int position,
String pVal)
Property AttributeName.
|
int |
attributePosition(String attributeName)
Gets the position of a specified attribute.
|
String |
buffer()
Property Buffer.
|
void |
clearItemList()
Removes all items from the list.
|
boolean |
isAttribute(String attributeName)
Property IsAttribute.
|
int |
numberOfAttributes()
Property NumberOfAttributes.
|
void |
open(String newData)
Method Open.
|
boolean |
readRecord()
Reads the next Record.
|
String |
recordString()
Property RecordString.
|
void |
removeItem(String attributeName)
Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.
|
void |
removeItemPos(int itemPos)
Method RemoveItemPos.
|
String |
value(String atributeName)
Property Value.
|
void |
value(String atributeName,
String pVal)
Property Value.
|
String |
valuePos(int pos)
Property ValuePos , get set the value at specified position in the list.
|
void |
valuePos(int pos,
String pVal)
Property ValuePos , get set the value at specified position in the list.
|
void |
writeRecord()
Writes the Record.
|
void open(String newData)
Method Open.
newData
- Mandatory java.lang.String parameter.void writeRecord()
Writes the Record. The Attribute list is ready for new input.
boolean readRecord()
Reads the next Record.
Getter method for the COM property "ReadRecord"
String recordString()
Property RecordString.
Getter method for the COM property "RecordString"
String buffer()
Property Buffer.
Getter method for the COM property "Buffer"
String value(String atributeName)
Property Value.
Getter method for the COM property "Value"
atributeName
- Mandatory java.lang.String parameter.void value(String atributeName, String pVal)
Property Value.
Setter method for the COM property "Value"
atributeName
- Mandatory java.lang.String parameter.pVal
- Mandatory java.lang.String parameter.void addItem(String attrName, String value)
Method AddItem.
attrName
- Mandatory java.lang.String parameter.value
- Mandatory java.lang.String parameter.String valuePos(int pos)
Property ValuePos , get set the value at specified position in the list.
Getter method for the COM property "ValuePos"
pos
- Mandatory int parameter.void valuePos(int pos, String pVal)
Property ValuePos , get set the value at specified position in the list.
Setter method for the COM property "ValuePos"
pos
- Mandatory int parameter.pVal
- Mandatory java.lang.String parameter.boolean isAttribute(String attributeName)
Property IsAttribute.
Getter method for the COM property "IsAttribute"
attributeName
- Mandatory java.lang.String parameter.int numberOfAttributes()
Property NumberOfAttributes.
Getter method for the COM property "NumberOfAttributes"
String attributeName(int position)
Property AttributeName.
Getter method for the COM property "AttributeName"
position
- Mandatory int parameter.void attributeName(int position, String pVal)
Property AttributeName.
Setter method for the COM property "AttributeName"
position
- Mandatory int parameter.pVal
- Mandatory java.lang.String parameter.int attributePosition(String attributeName)
Gets the position of a specified attribute.
Getter method for the COM property "AttributePosition"
attributeName
- Mandatory java.lang.String parameter.void removeItem(String attributeName)
Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.
attributeName
- Mandatory java.lang.String parameter.void removeItemPos(int itemPos)
Method RemoveItemPos.
itemPos
- Mandatory int parameter.void clearItemList()
Removes all items from the list.
Copyright © 2020. All rights reserved.