Interface ResourceType

  • All Known Implementing Classes:
    ResourceTypes

    public interface ResourceType
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      returns the name of the resource's type
      java.lang.Integer getValue()
      returns the unique numeric value of the type.
    • Method Detail

      • getName

        java.lang.String getName()
        returns the name of the resource's type
      • getValue

        java.lang.Integer getValue()
        returns the unique numeric value of the type.