Enum EugeneJavaTagValues.Store

java.lang.Object
java.lang.Enum<EugeneJavaTagValues.Store>
org.nuiton.eugene.java.EugeneJavaTagValues.Store
All Implemented Interfaces:
Serializable, Comparable<EugeneJavaTagValues.Store>, java.lang.constant.Constable, org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
Enclosing class:
EugeneJavaTagValues

public static enum EugeneJavaTagValues.Store extends Enum<EugeneJavaTagValues.Store> implements org.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
Since:
2.5.6
Author:
Tony Chemit - chemit@codelutin.com
  • Enum Constant Details

  • Method Details

    • values

      public static EugeneJavaTagValues.Store[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      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