|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.AggregateConfiguration
public class AggregateConfiguration
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected UnsignedByte |
PercentDataBad
|
protected UnsignedByte |
PercentDataGood
|
protected Boolean |
TreatUncertainAsBad
|
protected Boolean |
UseServerCapabilitiesDefaults
|
protected Boolean |
UseSlopedExtrapolation
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
AggregateConfiguration()
|
|
AggregateConfiguration(Boolean UseServerCapabilitiesDefaults,
Boolean TreatUncertainAsBad,
UnsignedByte PercentDataBad,
UnsignedByte PercentDataGood,
Boolean UseSlopedExtrapolation)
|
|
| Method Summary | |
|---|---|
AggregateConfiguration |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
UnsignedByte |
getPercentDataBad()
|
UnsignedByte |
getPercentDataGood()
|
Boolean |
getTreatUncertainAsBad()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
Boolean |
getUseServerCapabilitiesDefaults()
|
Boolean |
getUseSlopedExtrapolation()
|
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setPercentDataBad(UnsignedByte PercentDataBad)
|
void |
setPercentDataGood(UnsignedByte PercentDataGood)
|
void |
setTreatUncertainAsBad(Boolean TreatUncertainAsBad)
|
void |
setUseServerCapabilitiesDefaults(Boolean UseServerCapabilitiesDefaults)
|
void |
setUseSlopedExtrapolation(Boolean UseSlopedExtrapolation)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected Boolean UseServerCapabilitiesDefaults
protected Boolean TreatUncertainAsBad
protected UnsignedByte PercentDataBad
protected UnsignedByte PercentDataGood
protected Boolean UseSlopedExtrapolation
| Constructor Detail |
|---|
public AggregateConfiguration()
public AggregateConfiguration(Boolean UseServerCapabilitiesDefaults,
Boolean TreatUncertainAsBad,
UnsignedByte PercentDataBad,
UnsignedByte PercentDataGood,
Boolean UseSlopedExtrapolation)
| Method Detail |
|---|
public Boolean getUseServerCapabilitiesDefaults()
public void setUseServerCapabilitiesDefaults(Boolean UseServerCapabilitiesDefaults)
public Boolean getTreatUncertainAsBad()
public void setTreatUncertainAsBad(Boolean TreatUncertainAsBad)
public UnsignedByte getPercentDataBad()
public void setPercentDataBad(UnsignedByte PercentDataBad)
public UnsignedByte getPercentDataGood()
public void setPercentDataGood(UnsignedByte PercentDataGood)
public Boolean getUseSlopedExtrapolation()
public void setUseSlopedExtrapolation(Boolean UseSlopedExtrapolation)
public AggregateConfiguration clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||