ENTITY characterized_location_object SUBTYPE OF (characterized_object, location); END_ENTITY; -- characterized_location_object |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; location id: identifier; name: label; (OPT) description: text; characterized_location_object - |
Global rules for this entity data type- |
public interface ECharacterized_location_object extends ECharacterized_object, ELocation |
public class CCharacterized_location_object implements ECharacterized_location_object |
public class ACharacterized_location_object extends AEntitypublic ECharacterized_location_object getByIndex(int index)public ECharacterized_location_object getCurrentMember(SdaiIterator it) |