Interface IComFrec
-
- All Superinterfaces:
com4j.Com4jObject
public interface IComFrec extends com4j.Com4jObjectFor HP use. IComFrec Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddItem(String attrName, String value)Method AddItem.StringattributeName(int position)Property AttributeName.voidattributeName(int position, String pVal)Property AttributeName.intattributePosition(String attributeName)Gets the position of a specified attribute.Stringbuffer()Property Buffer.voidclearItemList()Removes all items from the list.booleanisAttribute(String attributeName)Property IsAttribute.intnumberOfAttributes()Property NumberOfAttributes.voidopen(String newData)Method Open.booleanreadRecord()Reads the next Record.StringrecordString()Property RecordString.voidremoveItem(String attributeName)Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.voidremoveItemPos(int itemPos)Method RemoveItemPos.Stringvalue(String atributeName)Property Value.voidvalue(String atributeName, String pVal)Property Value.StringvaluePos(int pos)Property ValuePos , get set the value at specified position in the list.voidvaluePos(int pos, String pVal)Property ValuePos , get set the value at specified position in the list.voidwriteRecord()Writes the Record.
-
-
-
Method Detail
-
open
void open(String newData)
Method Open.
- Parameters:
newData- Mandatory java.lang.String parameter.
-
writeRecord
void writeRecord()
Writes the Record. The Attribute list is ready for new input.
-
readRecord
boolean readRecord()
Reads the next Record.
Getter method for the COM property "ReadRecord"
- Returns:
- Returns a value of type boolean
-
recordString
String recordString()
Property RecordString.
Getter method for the COM property "RecordString"
- Returns:
- Returns a value of type java.lang.String
-
buffer
String buffer()
Property Buffer.
Getter method for the COM property "Buffer"
- Returns:
- Returns a value of type java.lang.String
-
value
String value(String atributeName)
Property Value.
Getter method for the COM property "Value"
- Parameters:
atributeName- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type java.lang.String
-
value
void value(String atributeName, String pVal)
Property Value.
Setter method for the COM property "Value"
- Parameters:
atributeName- Mandatory java.lang.String parameter.pVal- Mandatory java.lang.String parameter.
-
addItem
void addItem(String attrName, String value)
Method AddItem.
- Parameters:
attrName- Mandatory java.lang.String parameter.value- Mandatory java.lang.String parameter.
-
valuePos
String valuePos(int pos)
Property ValuePos , get set the value at specified position in the list.
Getter method for the COM property "ValuePos"
- Parameters:
pos- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
valuePos
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"
- Parameters:
pos- Mandatory int parameter.pVal- Mandatory java.lang.String parameter.
-
isAttribute
boolean isAttribute(String attributeName)
Property IsAttribute.
Getter method for the COM property "IsAttribute"
- Parameters:
attributeName- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type boolean
-
numberOfAttributes
int numberOfAttributes()
Property NumberOfAttributes.
Getter method for the COM property "NumberOfAttributes"
- Returns:
- Returns a value of type int
-
attributeName
String attributeName(int position)
Property AttributeName.
Getter method for the COM property "AttributeName"
- Parameters:
position- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
attributeName
void attributeName(int position, String pVal)Property AttributeName.
Setter method for the COM property "AttributeName"
- Parameters:
position- Mandatory int parameter.pVal- Mandatory java.lang.String parameter.
-
attributePosition
int attributePosition(String attributeName)
Gets the position of a specified attribute.
Getter method for the COM property "AttributePosition"
- Parameters:
attributeName- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
removeItem
void removeItem(String attributeName)
Method RemoveItem - be aware Remove Item changes the positions of the items - the index starts with 0.
- Parameters:
attributeName- Mandatory java.lang.String parameter.
-
removeItemPos
void removeItemPos(int itemPos)
Method RemoveItemPos.
- Parameters:
itemPos- Mandatory int parameter.
-
clearItemList
void clearItemList()
Removes all items from the list.
-
-