public class CollectionTypeModel extends TypeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ELEMENTTYPE
Generated constant - Attribute key of
CollectionType.elementType attribute defined at extension core. |
static String |
TYPEOFCOLLECTION
Generated constant - Attribute key of
CollectionType.typeOfCollection attribute defined at extension core. |
static String |
TYPEOFCOLLECTIONINTERNAL
Generated constant - Attribute key of
CollectionType.typeOfCollectionInternal 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 |
|---|
CollectionTypeModel()
Generated constructor - Default constructor for generic creation.
|
CollectionTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CollectionTypeModel(String _code,
TypeModel _elementType,
Boolean _generate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CollectionTypeModel(String _code,
TypeModel _elementType,
Boolean _generate,
ItemModel _owner,
TypeOfCollectionEnum _typeOfCollection)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
getElementType()
Generated method - Getter of the
CollectionType.elementType attribute defined at extension core. |
TypeOfCollectionEnum |
getTypeOfCollection()
Generated method - Getter of the
CollectionType.typeOfCollection attribute defined at extension core. |
void |
setElementType(TypeModel value)
Generated method - Initial setter of
CollectionType.elementType attribute defined at extension core. |
void |
setTypeOfCollection(TypeOfCollectionEnum value)
Generated method - Initial setter of
CollectionType.typeOfCollection 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 ELEMENTTYPE
CollectionType.elementType attribute defined at extension core.public static final String TYPEOFCOLLECTION
CollectionType.typeOfCollection attribute defined at extension core.public static final String TYPEOFCOLLECTIONINTERNAL
CollectionType.typeOfCollectionInternal attribute defined at extension core.public CollectionTypeModel()
public CollectionTypeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CollectionTypeModel(String _code, TypeModel _elementType, Boolean _generate)
_code - initial attribute declared by type Type at extension core_elementType - initial attribute declared by type CollectionType at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core@Deprecated public CollectionTypeModel(String _code, TypeModel _elementType, Boolean _generate, ItemModel _owner, TypeOfCollectionEnum _typeOfCollection)
_code - initial attribute declared by type Type at extension core_elementType - initial attribute declared by type CollectionType at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_typeOfCollection - initial attribute declared by type CollectionType at extension core@Accessor(qualifier="elementType", type=GETTER) public TypeModel getElementType()
CollectionType.elementType attribute defined at extension core.@Accessor(qualifier="typeOfCollection", type=GETTER) public TypeOfCollectionEnum getTypeOfCollection()
CollectionType.typeOfCollection attribute defined at extension core.@Accessor(qualifier="elementType", type=SETTER) public void setElementType(TypeModel value)
CollectionType.elementType attribute defined at extension core. Can only be used at creation of model - before first save.value - the elementType@Accessor(qualifier="typeOfCollection", type=SETTER) public void setTypeOfCollection(TypeOfCollectionEnum value)
CollectionType.typeOfCollection attribute defined at extension core. Can only be used at creation of model - before first save.value - the typeOfCollectionCopyright © 2017 SAP SE. All Rights Reserved.