public interface GXIFieldCollection
Modifier and Type | Method and Description |
---|---|
GXIFieldCollection |
getAppFields() |
GXIField |
getFieldAt(int index) |
GXIField |
getFieldByPosition(GXPosition position) |
int |
getFieldCount() |
GXIField |
getFieldInstance(String name,
int fieldIndex) |
GXIField[] |
getFields() |
GXIFieldCollection |
getFields(String name) |
GXIField |
getFirstFieldInstance(String name) |
GXIField |
getLastFieldInstance(String name) |
int getFieldCount()
GXIField getFieldAt(int index)
index
- the index of the field in the collection.GXIField[] getFields()
GXIFieldCollection getAppFields()
GXIField getFieldByPosition(GXPosition position)
position
- the position of the first character of the field.GXIField getFieldInstance(String name, int fieldIndex)
name
- multiple application field namefieldIndex
- index within the multiple application field.GXIField getFirstFieldInstance(String name)
name
- the name of an application field in the collectionGXIField getLastFieldInstance(String name)
name
- application field nameGXIFieldCollection getFields(String name)
name
- name of an application fieldCopyright 2021 Software AG. All rights reserved. Use is subject to license terms.