|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericModel.PropertyCopyDuplicatBehaviorIndicator | |
---|---|
de.interactive_instruments.ShapeChange.Model.Generic |
Uses of GenericModel.PropertyCopyDuplicatBehaviorIndicator in de.interactive_instruments.ShapeChange.Model.Generic |
---|
Methods in de.interactive_instruments.ShapeChange.Model.Generic that return GenericModel.PropertyCopyDuplicatBehaviorIndicator | |
---|---|
static GenericModel.PropertyCopyDuplicatBehaviorIndicator |
GenericModel.PropertyCopyDuplicatBehaviorIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenericModel.PropertyCopyDuplicatBehaviorIndicator[] |
GenericModel.PropertyCopyDuplicatBehaviorIndicator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericModel.PropertyCopyDuplicatBehaviorIndicator | |
---|---|
void |
GenericModel.add(GenericPropertyInfo newProperty,
ClassInfo classToAddProperty,
GenericModel.PropertyCopyDuplicatBehaviorIndicator behavior)
Adds the property to the model map and also the given class. |
void |
GenericClassInfo.addPropertiesAtBottom(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class. |
void |
GenericClassInfo.addPropertiesAtTop(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class. |
void |
GenericClassInfo.addPropertiesInSequence(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class. |
void |
GenericClassInfo.addProperty(GenericPropertyInfo newProperty,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the new property to the set of properties of this class. |
void |
GenericModel.copyClassContent(GenericClassInfo fromClass,
GenericClassInfo toClass,
GenericModel.PropertyCopyPositionIndicator copyPositionIndicator,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Copies the content of fromClass to toClass, including properties, associations (also self associations), but NOT constraints (because they are automatically retrieved and potentially overridden by each class while the input model is loaded). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |