public interface AggregateConfigurationType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<UByte> |
PERCENT_DATA_BAD |
static QualifiedProperty<UByte> |
PERCENT_DATA_GOOD |
static QualifiedProperty<Boolean> |
TREAT_UNCERTAIN_AS_BAD |
static QualifiedProperty<Boolean> |
USE_SLOPED_EXTRAPOLATION |
| Modifier and Type | Method and Description |
|---|---|
UByte |
getPercentDataBad() |
PropertyType |
getPercentDataBadNode() |
UByte |
getPercentDataGood() |
PropertyType |
getPercentDataGoodNode() |
Boolean |
getTreatUncertainAsBad() |
PropertyType |
getTreatUncertainAsBadNode() |
Boolean |
getUseSlopedExtrapolation() |
PropertyType |
getUseSlopedExtrapolationNode() |
void |
setPercentDataBad(UByte value) |
void |
setPercentDataGood(UByte value) |
void |
setTreatUncertainAsBad(Boolean value) |
void |
setUseSlopedExtrapolation(Boolean value) |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> TREAT_UNCERTAIN_AS_BAD
static final QualifiedProperty<UByte> PERCENT_DATA_BAD
static final QualifiedProperty<UByte> PERCENT_DATA_GOOD
static final QualifiedProperty<Boolean> USE_SLOPED_EXTRAPOLATION
PropertyType getTreatUncertainAsBadNode()
Boolean getTreatUncertainAsBad()
void setTreatUncertainAsBad(Boolean value)
PropertyType getPercentDataBadNode()
UByte getPercentDataBad()
void setPercentDataBad(UByte value)
PropertyType getPercentDataGoodNode()
UByte getPercentDataGood()
void setPercentDataGood(UByte value)
PropertyType getUseSlopedExtrapolationNode()
Boolean getUseSlopedExtrapolation()
void setUseSlopedExtrapolation(Boolean value)
Copyright © 2018. All rights reserved.