Enum 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
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionClass<org.nuiton.eugene.models.extension.tagvalue.matcher.EqualsTagValueNameMatcher> getName()Class<?> getType()booleanstatic EugeneJavaTagValues.StoreReturns the enum constant of this type with the specified name.static EugeneJavaTagValues.Store[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
bean
Boolean tag value for JavaBean objects to place on a classifier or package.- Since:
- 2.5.6
- See Also:
-
java8
To use java 8 new syntax and api in generation. You can globally use it on the complete model.- Since:
- 2.15
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-
getTargets
-
getType
- Specified by:
getTypein interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-
getMatcherClass
public Class<org.nuiton.eugene.models.extension.tagvalue.matcher.EqualsTagValueNameMatcher> getMatcherClass()- Specified by:
getMatcherClassin interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-
getDescription
- Specified by:
getDescriptionin interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecatedin interfaceorg.nuiton.eugene.models.extension.tagvalue.TagValueMetadata
-