Class AttributeSeg

  • All Implemented Interfaces:
    java.lang.Comparable<PathSegment>

    public class AttributeSeg
    extends LogicalSeg
    • Constructor Detail

      • AttributeSeg

        public AttributeSeg()
      • AttributeSeg

        public AttributeSeg​(byte fmt,
                            int val)
      • AttributeSeg

        public AttributeSeg​(int val)
    • Method Detail

      • getCached

        public static AttributeSeg getCached​(int val)
      • 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 class LogicalSeg
        Returns:
      • getTokens

        public java.util.List<java.lang.String> getTokens()
        Specified by:
        getTokens in class PathSegment