Class ResourceName


  • public abstract class ResourceName
    extends Object
    • Constructor Detail

      • ResourceName

        public ResourceName()
    • Method Detail

      • variableName

        public abstract String variableName()
      • pakkage

        public abstract String pakkage()
      • resourceTypeString

        public abstract String resourceTypeString()
      • patterns

        public abstract com.google.common.collect.ImmutableList<String> patterns()
      • type

        public abstract TypeNode type()
      • isOnlyWildcard

        public abstract boolean isOnlyWildcard()
      • hasParentMessageName

        public boolean hasParentMessageName()
      • hasDescription

        public boolean hasDescription()
      • resourceTypeName

        public String resourceTypeName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object