Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem |
Modifier and Type | Method and Description |
---|---|
static SecsFormat |
JSONEncodeDecode.currentValue(GemHostModel.GemValueVariable vidValue)
Return a valid SecsFormat representing the value in the provided value object.
|
Modifier and Type | Method and Description |
---|---|
GemHostModel.GemValueVariable |
GemHostModel.getVID(long vid)
Return a variable associated with the provided vid, or null if the vid is unknown.
|
GemHostModel.GemValueVariable |
GemHostModel.getVID(java.lang.String vidName)
Return a variable associated with the provided vid public String toString() {
String retString = "GEM Host Model VIDs:" + getVids().size() + " CEIDs:"+ getCeids().size() + " RPTIDs:" + getRptids().size() + " ALIDs:" + getAlids().size();
return retString;
}
Name, or null if the vid is unknown.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemHostModel.GemValueVariable> |
GemHostModel.getVids() |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.