Interface ResourceName

  • All Known Implementing Classes:
    UntypedResourceName

    public interface ResourceName
    An interface that generated resource name types must implement.
    • Method Detail

      • getFieldValuesMap

        Map<String,​String> getFieldValuesMap()
        Return the map of each field name to its value.
      • getFieldValue

        String getFieldValue​(String fieldName)
        Return the String value of the field with name fieldName. Returns null if the fieldName was not found.