Class MemberNumSeg
- java.lang.Object
-
- com.automation_pros.odva.cip.path.PathSegment
-
- com.automation_pros.odva.cip.path.LogicalSeg
-
- com.automation_pros.odva.cip.path.ExtLogSeg
-
- com.automation_pros.odva.cip.path.MemberNumSeg
-
- All Implemented Interfaces:
java.lang.Comparable<PathSegment>
public class MemberNumSeg extends ExtLogSeg
Structure member selector by 1-based element number.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MemberNumSeg.Decoder
Decode bytes expected to contain one encoded path segment.-
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.path.LogicalSeg
LogicalSeg.LogicalParser
-
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.path.PathSegment
PathSegment.HasAlternateHex
-
-
Field Summary
Fields Modifier and Type Field Description static byte
EXTLOGTYPE
-
Fields inherited from class com.automation_pros.odva.cip.path.ExtLogSeg
extendedType, SUBTYPE
-
Fields inherited from class com.automation_pros.odva.cip.path.LogicalSeg
format, SEGTYPE, subtype, value
-
Fields inherited from class com.automation_pros.odva.cip.path.PathSegment
identifierChars, segtype
-
-
Constructor Summary
Constructors Constructor Description MemberNumSeg()
MemberNumSeg(byte fmt, int val)
MemberNumSeg(int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getTokens()
-
Methods inherited from class com.automation_pros.odva.cip.path.ExtLogSeg
compareTo, getBytes, getExtendedType, getWords, put, registerHandler, set, setExtendedType
-
Methods inherited from class com.automation_pros.odva.cip.path.LogicalSeg
getFormat, getSubtype, getTokens, getValue, hashCode, setFormat, setSubtype, setValue, simpleString
-
Methods inherited from class com.automation_pros.odva.cip.path.PathSegment
decode, decodeAll, equals, getSegtype, hexString, mergeTokens, setSegtype, toString
-
-
-
-
Field Detail
-
EXTLOGTYPE
public static final byte EXTLOGTYPE
- See Also:
- Constant Field Values
-
-