public class ModelConstant extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATIONS
Annotations of methods or fields, which will be represented by a mapping of the full qualified type of
an annotation to its value.
|
static String |
CANONICAL_NAME
Full qualified name of the input class (
String) |
static String |
CANONICAL_TYPE
Full qualified type of a field of the input class (
String) |
static String |
CLASS_OBJECT
Raw class object providing any reflection interaction.
|
static String |
COMMENT
JavaDoc comment (without doclets) or possibly any other comment
|
static String |
EXTENDED_TYPE
|
static String |
FIELDS
|
static String |
FIELDS_DEPRECATED
Deprecated.
this is the deprecated accessor for the list of Java fields named 'attributes'. Please use
FIELDS for new features. This accessor value for the model will be removed at the
next major release. |
static String |
IMPLEMENTED_TYPES
|
static String |
JAVADOC
JavaDoc of a method or a field (
String) |
static String |
METHOD_ACCESSIBLE_FIELDS
A list of all visible fields accessible via setter and getter methods including inherited fields.
|
static String |
METHODS
|
static String |
MODEL_ROOT
|
static String |
NAME
Simple name of the input class (
String) |
static String |
PACKAGE
Package name of the input class (
String) |
static String |
TYPE
Type of a field of the input class (
String) |
static String |
UTILS
Node for hand-written template utils
|
| Constructor and Description |
|---|
ModelConstant() |
public static final String UTILS
public static final String MODEL_ROOT
public static final String CLASS_OBJECT
Class)public static final String PACKAGE
String)public static final String NAME
String)public static final String CANONICAL_NAME
String)public static final String TYPE
String)public static final String EXTENDED_TYPE
public static final String IMPLEMENTED_TYPES
List< Map<String, Object
>>)public static final String CANONICAL_TYPE
String)@Deprecated public static final String FIELDS_DEPRECATED
FIELDS for new features. This accessor value for the model will be removed at the
next major release.FIELDS,
Constant Field Valuespublic static final String FIELDS
List< Map<String, Object>>)public static final String METHODS
List< Map<String, Object>>)public static final String ANNOTATIONS
ANNOTATIONS (Type: Map<String,
Object>)public static final String JAVADOC
String)public static final String COMMENT
public static final String METHOD_ACCESSIBLE_FIELDS
Copyright © 2019 DevonFw. All rights reserved.