public static enum EugeneJavaTagValues.Store extends Enum<EugeneJavaTagValues.Store> implements TagValueMetadata
| Enum Constant and Description |
|---|
acceptBeanWithMethods
Tag value to authorize user to generate some bean with methods, some generators won't generate them : Lots code).
|
bean
Boolean tag value for JavaBean objects to place on a classifier or package.
|
generateNotEmptyCollections
Tag value to generate lazy instanciation of any collection to avoid NPEs.
|
generatePropertyChangeSupport
Tag value to generate property change support on generated beans.
|
java8
To use java 8 new syntax and api in generation.
|
overrideAbstractClasses
Tag value to authorize user to override abstract classes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
Class<EqualsTagValueNameMatcher> |
getMatcherClass() |
String |
getName() |
Set<Class<?>> |
getTargets() |
Class<?> |
getType() |
boolean |
isDeprecated() |
static EugeneJavaTagValues.Store |
valueOf(String name)
Returns 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.
|
public static final EugeneJavaTagValues.Store bean
public static final EugeneJavaTagValues.Store acceptBeanWithMethods
public static final EugeneJavaTagValues.Store overrideAbstractClasses
public static final EugeneJavaTagValues.Store generatePropertyChangeSupport
public static final EugeneJavaTagValues.Store generateNotEmptyCollections
public static final EugeneJavaTagValues.Store java8
EugeneJavaTagValues.isUseJava8(ObjectModel)public static EugeneJavaTagValues.Store[] values()
for (EugeneJavaTagValues.Store c : EugeneJavaTagValues.Store.values()) System.out.println(c);
public static EugeneJavaTagValues.Store valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
getName in interface TagValueMetadatapublic Set<Class<?>> getTargets()
getTargets in interface TagValueMetadatapublic Class<?> getType()
getType in interface TagValueMetadatapublic Class<EqualsTagValueNameMatcher> getMatcherClass()
getMatcherClass in interface TagValueMetadatapublic String getDescription()
getDescription in interface TagValueMetadatapublic String getDefaultValue()
getDefaultValue in interface TagValueMetadatapublic boolean isDeprecated()
isDeprecated in interface TagValueMetadataCopyright © 2012–2016 CodeLutin. All rights reserved.