ENTITY presentation_layer_usage; assignment : presentation_layer_assignment; presentation : presentation_representation; UNIQUE ur1 : assignment, presentation; END_ENTITY; -- presentation_layer_usage |
Entity data types and their attributespresentation_layer_usageassignment: presentation_layer_assignment; presentation: presentation_representation; |
Userspresentation_layer_usagecontext_dependent_invisibility.presentation_context invisibility_context |
Global rules for this entity data type- |
public interface EPresentation_layer_usage extends EEntityassignment (explicit attribute)boolean testAssignment(EPresentation_layer_usage type)EPresentation_layer_assignment getAssignment(EPresentation_layer_usage type) void setAssignment(EPresentation_layer_usage type, EPresentation_layer_assignment value) void unsetAssignment(EPresentation_layer_usage type) presentation (explicit attribute)boolean testPresentation(EPresentation_layer_usage type)EPresentation_representation getPresentation(EPresentation_layer_usage type) void setPresentation(EPresentation_layer_usage type, EPresentation_representation value) void unsetPresentation(EPresentation_layer_usage type) |
public class CPresentation_layer_usage implements EPresentation_layer_usagestatic EAttribute attributeAssignment(EPresentation_layer_usage type)static int usedinAssignment(EPresentation_layer_usage type, EPresentation_layer_assignment instance, ASdaiModel domain, APresentation_layer_usage result) static EAttribute attributePresentation(EPresentation_layer_usage type) static int usedinPresentation(EPresentation_layer_usage type, EPresentation_representation instance, ASdaiModel domain, APresentation_layer_usage result) |
public class APresentation_layer_usage extends AEntitypublic EPresentation_layer_usage getByIndex(int index)public EPresentation_layer_usage getCurrentMember(SdaiIterator it) |