Class EncodingProps


  • public class EncodingProps
    extends java.lang.Object
    These are properties that are used to encode tags to/from text.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Property<java.util.List> RemovedTags
      Tags that have been removed through a tag edit.
      static Property<java.util.List> Tags
      This represents subs tags FOR THE PURPOSE of export/import.
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodingProps()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Tags

        public static final Property<java.util.List> Tags
        This represents subs tags FOR THE PURPOSE of export/import. The result is a List of BoundPropertySet. These are typically then turned into TagConfigurations for actual use in the system.
      • RemovedTags

        public static final Property<java.util.List> RemovedTags
        Tags that have been removed through a tag edit. List of tag paths relative to the current object.
    • Constructor Detail

      • EncodingProps

        public EncodingProps()