Class ParsedCapsule.CapsulePropertyMetadata

java.lang.Object
com.seeq.link.sdk.utilities.ParsedCapsule.CapsulePropertyMetadata
Enclosing class:
ParsedCapsule

public static class ParsedCapsule.CapsulePropertyMetadata extends Object
  • Constructor Details

  • Method Details

    • getUom

      public String getUom(String name)
      Get the units for a given property.
      Parameters:
      name - case-insensitive property name to lookup.
      Returns:
      The defined units or if the property is not found,it will report [ScalarUnits.STRING]
    • getProperlyCasedPropertyName

      public String getProperlyCasedPropertyName(String name)
    • hasProperty

      public boolean hasProperty(@Nullable String name)
      Check for a well-defined property.
    • isEmpty

      public boolean isEmpty()