Class BitIndirectSeg
- 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.NestedLogicalSeg
-
- com.automation_pros.odva.cip.path.BitIndirectSeg
-
- All Implemented Interfaces:
java.lang.Comparable<PathSegment>
public class BitIndirectSeg extends NestedLogicalSeg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitIndirectSeg.Decoder
Decode bytes expected to contain one encoded path segment.-
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.path.NestedLogicalSeg
NestedLogicalSeg.SubscriptParser
-
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.NestedLogicalSeg
nested
-
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 BitIndirectSeg()
BitIndirectSeg(CipPath nested)
-
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.NestedLogicalSeg
compareTo, getBytes, getNested, getNestedWords, getWords, put, set
-
Methods inherited from class com.automation_pros.odva.cip.path.ExtLogSeg
getExtendedType, registerHandler, 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
-
-
Constructor Detail
-
BitIndirectSeg
public BitIndirectSeg()
-
BitIndirectSeg
public BitIndirectSeg(CipPath nested)
-
-
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:
-
-