public class MappingEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingEntry.ValueType |
| Constructor and Description |
|---|
MappingEntry(String itemId,
int asduAddress,
int address,
MappingEntry.ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAddress() |
int |
getAsduAddress() |
String |
getItemId() |
MappingEntry.ValueType |
getValueType() |
int |
hashCode() |
String |
toString() |
public MappingEntry(String itemId, int asduAddress, int address, MappingEntry.ValueType valueType)
public String getItemId()
public int getAddress()
public int getAsduAddress()
public MappingEntry.ValueType getValueType()
Copyright © 2014 Eclipse SCADA Project. All rights reserved.