Package | Description |
---|---|
com.solibri.smc.api.checking | |
com.solibri.smc.api.ui |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanParameter
Boolean parameter.
|
interface |
ClassificationParameter
Classification parameter.
|
interface |
DoubleParameter
Double parameter.
|
interface |
EnumerationParameter
Enumeration parameter.
|
interface |
FilterParameter
Filter parameter.
|
interface |
IntParameter
Int parameter.
|
interface |
PropertyReferenceParameter
Rule parameter that is used for specifying references to properties (see
PropertyReference ). |
interface |
StringParameter
String parameter.
|
interface |
TableParameter
Table parameter.
|
Modifier and Type | Method and Description |
---|---|
List<RuleParameter<?>> |
RuleParameters.asList()
Get the parameters of the rule as a List of RuleParameter object.
|
Modifier and Type | Method and Description |
---|---|
RuleParameter<?> |
UIRuleParameter.getRuleParameter()
Returns the rule parameter of this UIRuleParameter.
|
Modifier and Type | Method and Description |
---|---|
static UIRuleParameter |
UIRuleParameter.create(RuleParameter<?> ruleParameter)
Returns a UI rule parameter with the given rule parameter.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.