public interface ISystemFieldService
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
fieldList(String filter)
List of fields according to given filter.
|
String |
fieldProperty(String fieldName,
String propName)
Field property according field name and property name.
|
com4j.Com4jObject |
fieldRoot(String fieldName)
Tree root connected to the field according field name.
|
String fieldProperty(String fieldName, String propName)
Field property according field name and property name.
Getter method for the COM property "FieldProperty"
fieldName
- Mandatory java.lang.String parameter.propName
- Mandatory java.lang.String parameter.com4j.Com4jObject fieldRoot(String fieldName)
Tree root connected to the field according field name.
Getter method for the COM property "FieldRoot"
fieldName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.