Class MemberSeg
- java.lang.Object
-
- com.automation_pros.odva.cip.path.PathSegment
-
- com.automation_pros.odva.cip.path.LogicalSeg
-
- com.automation_pros.odva.cip.path.MemberSeg
-
- All Implemented Interfaces:
java.lang.Comparable<PathSegment>
public class MemberSeg extends LogicalSeg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MemberSeg.Decoder
Decode bytes expected to contain one encoded path segment.static class
MemberSeg.Parser
An member segment may have any 32-bit ID number.-
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 protected static MemberSeg[]
cache
static byte
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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemberSeg
getCached(int val)
java.util.List<java.lang.String>
getTokens()
-
Methods inherited from class com.automation_pros.odva.cip.path.LogicalSeg
compareTo, getBytes, getFormat, getSubtype, getTokens, getValue, getWords, hashCode, put, set, setFormat, setSubtype, setValue, simpleString
-
Methods inherited from class com.automation_pros.odva.cip.path.PathSegment
decode, decodeAll, equals, getSegtype, hexString, mergeTokens, registerHandler, setSegtype, toString
-
-
-
-
Field Detail
-
SUBTYPE
public static final byte SUBTYPE
- See Also:
- Constant Field Values
-
cache
protected static final MemberSeg[] cache
-
-
Method Detail
-
getCached
public static MemberSeg getCached(int val)
-
getTokens
public java.util.List<java.lang.String> getTokens()
- Specified by:
getTokens
in classPathSegment
-
-