Class IAttributable.Key

java.lang.Object
dev.metaschema.core.model.IAttributable.Key
Enclosing interface:
IAttributable

public static final class IAttributable.Key extends Object
Represents a property key based on a name and a namespace.
  • Method Details

    • getName

      @NonNull public String getName()
      Get the property key's name portion.
      Returns:
      the name
    • getNamespace

      @NonNull public String getNamespace()
      Get the property key's namespace portion.
      Returns:
      the name
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object