Class BitIndexSeg
- 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.BitIndexSeg
-
- All Implemented Interfaces:
java.lang.Comparable<PathSegment>
public class BitIndexSeg extends ExtLogSeg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitIndexSeg.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 BitIndexSeg()
BitIndexSeg(byte fmt, int val)
BitIndexSeg(int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getTokens()
java.lang.String
simpleString()
Supply s simple descriptive name usable when browsing a hierarchy.-
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
-
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
-
-
Method Detail
-
simpleString
public java.lang.String simpleString()
Description copied from class:PathSegment
Supply s simple descriptive name usable when browsing a hierarchy. A simple type name for elementary types, a non-detailed description for complex types.- Overrides:
simpleString
in classLogicalSeg
- Returns:
-
-