java.lang.Object
com.inductiveautomation.ignition.common.tags.model.TagConstants

public class TagConstants extends Object
  • Field Details

  • Constructor Details

    • TagConstants

      public TagConstants()
  • Method Details

    • isTypePath

      public static boolean isTypePath(TagPath path)
      Returns whether the path extends from the complex manager root path.
    • makeTypePath

      public static TagPath makeTypePath(TagPath path)
      Makes sure that the given path extends from the root path. In other words, makes sure the first element is "_types_"
    • makeTypePath

      public static String makeTypePath(String value)
    • makeNonTypePath

      public static String makeNonTypePath(String value)
    • makeNonTypePath

      public static TagPath makeNonTypePath(TagPath path)
    • udtParamsFilter

      public static BrowseFilter udtParamsFilter()
      Provides a BrowseFilter that will automatically filter out udt parameters from browse results.