ENTITY resource_property; name : label; description : text; resource : characterized_resource_definition; END_ENTITY; -- resource_property |
Entity data types and their attributesresource_propertyname: label; description: text; resource: characterized_resource_definition; |
model_property_association__resource_property (IDA_STEP_SCHEMA_XIM) |
prjm_characterizable_resource_property (PROJECT_MANAGEMENT_MIM) |
sysm_characterizable_resource_property (SYSTEM_MODELLING_MIM) |
Global rules for this entity data typerestrict_multi_language_for_resource_property (AUTOMOTIVE_DESIGN) |
public interface EResource_property extends EEntityname (explicit attribute)boolean testName(EResource_property type)String getName(EResource_property type) void setName(EResource_property type, String value) void unsetName(EResource_property type) description (explicit attribute)boolean testDescription(EResource_property type)String getDescription(EResource_property type) void setDescription(EResource_property type, String value) void unsetDescription(EResource_property type) resource (explicit attribute)int testResource(EResource_property type)case 1 EEntity getResource(EResource_property type) void setResource(EResource_property type, EEntity value, EEntity node1) void unsetResource(EResource_property type) |
public class CResource_property implements EResource_propertystatic EAttribute attributeName(EResource_property type)static EAttribute attributeDescription(EResource_property type) static EAttribute attributeResource(EResource_property type) static int usedinResource(EResource_property type, EEntity instance, ASdaiModel domain, AResource_property result) |
public class AResource_property extends AEntitypublic EResource_property getByIndex(int index)public EResource_property getCurrentMember(SdaiIterator it) |