Enum Class EnumReferenceInnovator
java.lang.Object
java.lang.Enum<EnumReferenceInnovator>
de.mid.innovator.m2msdk.model.innovator.property.EnumReferenceInnovator
- All Implemented Interfaces:
Serializable, Comparable<EnumReferenceInnovator>, Constable
Possible property names for references to another model element.
- Version:
- 11.1.0
- Author:
- jmback
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTop level data (conceptual or data base) model of a model element.Derived semantic data type of a propertydata type definition of a typed elementfeature from a slotforeign key of a relationship or generalizationDie Rolle oder Generalisierung eines FremdschluesselsBase classifier of a generalizationGeneralization set of a foreign key in entity relationship modelUnique key for a foreign keylogic element of a presentation elementOrigin property of an entity attribute or a table columnPartner role of a foreign keyrelationship of a foreign keyRole of a foreign keyCurrent sectionSource element of a directed relationshipSpecific classifier of a generalizationStereotype of a model elementTarget element of a directed relationshipType of a typed elementclassifier of a from clause -
Method Summary
Modifier and TypeMethodDescriptionstatic booleantoString()static EnumReferenceInnovatorReturns the enum constant of this class with the specified name.static EnumReferenceInnovator[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
dataModel
Top level data (conceptual or data base) model of a model element. This maybe a package or a DB package or a model and has a type system defined. -
dtd
data type definition of a typed element -
derivedSDT
Derived semantic data type of a property -
feature
feature from a slot -
foreignKey
foreign key of a relationship or generalization -
foreignKeyAble
Die Rolle oder Generalisierung eines Fremdschluessels -
general
Base classifier of a generalization -
generalizationSet
Generalization set of a foreign key in entity relationship model -
keyFromForeignKey
Unique key for a foreign key -
logic
logic element of a presentation element -
originProperty
Origin property of an entity attribute or a table column -
partnerRole
Partner role of a foreign key -
relationship
relationship of a foreign key -
role
Role of a foreign key -
section
Current section -
source
Source element of a directed relationship -
specific
Specific classifier of a generalization -
stereotype
Stereotype of a model element -
target
Target element of a directed relationship -
type
Type of a typed element -
viewGroupClassifier
classifier of a from clause
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isValid
-
toString
- Overrides:
toStringin classEnum<EnumReferenceInnovator>
-