Enum EugeneJavaTagValues.Store

    • Method Detail

      • values

        public static EugeneJavaTagValues.Store[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EugeneJavaTagValues.Store c : EugeneJavaTagValues.Store.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EugeneJavaTagValues.Store valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getName

        public String getName()
        Specified by:
        getName in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • getTargets

        public Set<Class<?>> getTargets()
        Specified by:
        getTargets in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • getType

        public Class<?> getType()
        Specified by:
        getType in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • getMatcherClass

        public Class<org.nuiton.eugene.models.extension.tagvalue.matcher.EqualsTagValueNameMatcher> getMatcherClass()
        Specified by:
        getMatcherClass in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • getDefaultValue

        public String getDefaultValue()
        Specified by:
        getDefaultValue in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
      • isDeprecated

        public boolean isDeprecated()
        Specified by:
        isDeprecated in interface org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata