public class RelationDescriptorModel extends AttributeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ISSOURCE
Generated constant - Attribute key of
RelationDescriptor.isSource attribute defined at extension core. |
static String |
ORDERED
Generated constant - Attribute key of
RelationDescriptor.ordered attribute defined at extension core. |
static String |
RELATIONNAME
Generated constant - Attribute key of
RelationDescriptor.relationName attribute defined at extension core. |
static String |
RELATIONTYPE
Generated constant - Attribute key of
RelationDescriptor.relationType attribute defined at extension core. |
_ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATION, ATTRIBUTEHANDLER, CONSTRAINTS, DATABASECOLUMN, DECLARINGENCLOSINGTYPE, DEFAULTVALUE, DEFAULTVALUEDEFINITIONSTRING, DESCRIPTION, DONTCOPY, ENCLOSINGTYPE, ENCRYPTED, FORCELUCENEINDEXABLE, HIDDENFORUI, HMCINDEXFIELD, INITIAL, LOCALIZED, MODIFIERS, OPTIONAL, PARTOF, PERSISTENCECLASS, PERSISTENCEQUALIFIER, PERSISTENCETYPE, PRIMITIVE, PRIVATE, PROPERTY, PROPOSEDDATABASECOLUMN, READABLE, READONLYFORUI, REMOVABLE, SEARCH, SELECTIONOF, UNIQUE, WRITABLEATTRIBUTETYPE, QUALIFIERAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RelationDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
RelationDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
RelationDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
Boolean _generate,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RelationDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
Boolean _generate,
ItemModel _owner,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsSource()
Generated method - Getter of the
RelationDescriptor.isSource attribute defined at extension core. |
Boolean |
getOrdered()
Generated method - Getter of the
RelationDescriptor.ordered attribute defined at extension core. |
String |
getRelationName()
Generated method - Getter of the
RelationDescriptor.relationName attribute defined at extension core. |
RelationMetaTypeModel |
getRelationType()
Generated method - Getter of the
RelationDescriptor.relationType attribute defined at extension core. |
getAttributeHandler, getConstraints, getDatabaseColumn, getDeclaringEnclosingType, getDefaultValue, getDescription, getDescription, getDontCopy, getEnclosingType, getEncrypted, getForceLuceneIndexable, getHiddenForUI, getHmcIndexField, getInitial, getLocalized, getModifiers, getOptional, getPartOf, getPersistenceClass, getPrimitive, getPrivate, getProperty, getProposedDatabaseColumn, getReadable, getReadOnlyForUI, getRemovable, getSearch, getSelectionOf, getUnique, getWritable, setAttributeHandler, setConstraints, setDatabaseColumn, setDefaultValue, setDescription, setDescription, setDontCopy, setEnclosingType, setEncrypted, setForceLuceneIndexable, setHiddenForUI, setHmcIndexField, setInitial, setModifiers, setOptional, setPartOf, setPrimitive, setPrivate, setProperty, setReadable, setReadOnlyForUI, setRemovable, setSearch, setUnique, setWritablegetAttributeType, getQualifier, setAttributeType, setQualifiergetAutocreate, 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 ISSOURCE
RelationDescriptor.isSource attribute defined at extension core.public static final String ORDERED
RelationDescriptor.ordered attribute defined at extension core.public static final String RELATIONNAME
RelationDescriptor.relationName attribute defined at extension core.public static final String RELATIONTYPE
RelationDescriptor.relationType attribute defined at extension core.public RelationDescriptorModel()
public RelationDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RelationDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, Boolean _generate, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Deprecated public RelationDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, Boolean _generate, ItemModel _owner, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Accessor(qualifier="isSource", type=GETTER) public Boolean getIsSource()
RelationDescriptor.isSource attribute defined at extension core.@Accessor(qualifier="ordered", type=GETTER) public Boolean getOrdered()
RelationDescriptor.ordered attribute defined at extension core.@Accessor(qualifier="relationName", type=GETTER) public String getRelationName()
RelationDescriptor.relationName attribute defined at extension core.@Accessor(qualifier="relationType", type=GETTER) public RelationMetaTypeModel getRelationType()
RelationDescriptor.relationType attribute defined at extension core.Copyright © 2017 SAP SE. All Rights Reserved.