public interface Definition extends Model
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotations()
Get annotations associated with this definition.
|
EnumSet<Modifier> |
getDeclaredModifiers()
Get modifiers as orginally declared in inteface or base class (or none if new method).
|
EnumSet<Modifier> |
getModifiers()
Get modifiers as they should be used generated code when defining something.
|
String |
getName()
The name of the element being defined.
|
default boolean |
isAbstract()
Checkes if one of the modifiers used for code generation is ABSTRACT.
|
default boolean |
isFinal()
Checkes if one of the modifiers used for code generation is FINAL.
|
default boolean |
isPrivate()
Checkes if one of the modifiers used for code generation is PRIVATE.
|
default boolean |
isProtected()
Checkes if one of the modifiers used for code generation is PROTECTED.
|
default boolean |
isPublic()
Checkes if one of the modifiers used for code generation is PUBLIC.
|
default boolean |
isStatic()
Checkes if one of the modifiers used for code generation is STATIC.
|
default boolean |
isTransient()
Checkes if one of the modifiers used for code generation is TRANSIENT.
|
getClazz, getConfiguration, getGeneratedClazz, getPackageName, getVariablesPrefix, isInDefaultPackage, print
String getName()
EnumSet<Modifier> getDeclaredModifiers()
EnumSet<Modifier> getModifiers()
List<Annotation> getAnnotations()
default boolean isStatic()
default boolean isAbstract()
default boolean isFinal()
default boolean isPublic()
default boolean isPrivate()
default boolean isProtected()
default boolean isTransient()
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.