public class MapTypeModel extends TypeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ARGUMENTTYPE
Generated constant - Attribute key of
MapType.argumentType attribute defined at extension core. |
static String |
RETURNTYPE
Generated constant - Attribute key of
MapType.returntype attribute defined at extension core. |
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MapTypeModel()
Generated constructor - Default constructor for generic creation.
|
MapTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MapTypeModel(TypeModel _argumentType,
String _code,
Boolean _generate,
ItemModel _owner,
TypeModel _returntype)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MapTypeModel(TypeModel _argumentType,
String _code,
Boolean _generate,
TypeModel _returntype)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
getArgumentType()
Generated method - Getter of the
MapType.argumentType attribute defined at extension core. |
TypeModel |
getReturntype()
Generated method - Getter of the
MapType.returntype attribute defined at extension core. |
void |
setArgumentType(TypeModel value)
Generated method - Initial setter of
MapType.argumentType attribute defined at extension core. |
void |
setReturntype(TypeModel value)
Generated method - Initial setter of
MapType.returntype attribute defined at extension core. |
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptiongetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String ARGUMENTTYPE
MapType.argumentType attribute defined at extension core.public static final String RETURNTYPE
MapType.returntype attribute defined at extension core.public MapTypeModel()
public MapTypeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, TypeModel _returntype)
_argumentType - initial attribute declared by type MapType at extension core_code - initial attribute declared by type Type at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_returntype - initial attribute declared by type MapType at extension core@Deprecated public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, ItemModel _owner, TypeModel _returntype)
_argumentType - initial attribute declared by type MapType at extension core_code - initial attribute declared by type Type at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_returntype - initial attribute declared by type MapType at extension core@Accessor(qualifier="argumentType", type=GETTER) public TypeModel getArgumentType()
MapType.argumentType attribute defined at extension core.@Accessor(qualifier="returntype", type=GETTER) public TypeModel getReturntype()
MapType.returntype attribute defined at extension core.@Accessor(qualifier="argumentType", type=SETTER) public void setArgumentType(TypeModel value)
MapType.argumentType attribute defined at extension core. Can only be used at creation of model - before first save.value - the argumentTypeCopyright © 2017 SAP SE. All Rights Reserved.