Class Attribute

java.lang.Object
org.verapdf.processor.plugins.Attribute

public class Attribute extends Object
Author:
Maksim Bezrukov
  • Method Details

    • fromValues

      public static Attribute fromValues(String key, String value)
      Creates attribute key and value.
      Parameters:
      key - an attribute key
      value - an attribute value
      Returns:
      an attribute a pair of key and value
    • getKey

      public String getKey()
      Gets attribute key.
      Returns:
      an attribute key
    • getValue

      public String getValue()
      Gets attribute value.
      Returns:
      an attribute value