|
ENTITY annotation_text_character SUBTYPE OF (mapped_item); alignment : text_alignment; SELF\mapped_item.mapping_target : axis2_placement; WHERE wr1: 'presentation_resource_schema.character_glyph_symbol' IN TYPEOF ( SELF \ mapped_item . mapping_source . mapped_representation ) ; wr2: 'geometry_schema.geometric_representation_item' IN TYPEOF ( SELF ) ; END_ENTITY; -- annotation_text_character |
Entity data types and their attributesrepresentation_itemname: label; mapped_item mapping_source: representation_map; mapping_target: representation_item; annotation_text_character alignment: text_alignment; (RT) mapping_target: axis2_placement; |
Global rules for this entity data type- |
public interface EAnnotation_text_character extends EMapped_itemalignment (explicit attribute)boolean testAlignment(EAnnotation_text_character type)String getAlignment(EAnnotation_text_character type) void setAlignment(EAnnotation_text_character type, String value) void unsetAlignment(EAnnotation_text_character type) |
public class CAnnotation_text_character implements EAnnotation_text_characterstatic EAttribute attributeAlignment(EAnnotation_text_character type) |
public class AAnnotation_text_character extends AEntitypublic EAnnotation_text_character getByIndex(int index)public EAnnotation_text_character getCurrentMember(SdaiIterator it) |