public static class FieldUtil.ResolvedFieldLink extends Object implements Serializable
Constructor and Description |
---|
ResolvedFieldLink(IntelligentField theField,
String theLinkedColumn,
com.saperion.ngc.iform.xml.LimitType theLimit,
boolean linkToColumn)
Instantiates a new resolved field link.
|
Modifier and Type | Method and Description |
---|---|
IntelligentField |
getField()
Gets the field.
|
com.saperion.ngc.iform.xml.LimitType |
getLimit()
Gets the limit.
|
String |
getLinkedColumn()
Gets the linked column.
|
boolean |
isLinkToColumn()
Checks if is link to column.
|
public ResolvedFieldLink(IntelligentField theField, String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn)
theField
- the fieldtheLinkedColumn
- the linked columntheLimit
- the limitlinkToColumn
- if it is a link to a columnpublic IntelligentField getField()
public com.saperion.ngc.iform.xml.LimitType getLimit()
public boolean isLinkToColumn()
public String getLinkedColumn()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.