Overview Schemas Index

BASIC_ATTRIBUTE_SCHEMA (jsdai.SBasic_attribute_schema)


FUNCTION get_name_value
          (obj : name_attribute_select) : label;

 LOCAL name_bag : BAG OF name_attribute := ( USEDIN ( obj , 'basic_attribute_schema.' + 'name_attribute.' + 'named_item' ) ) ; END_LOCAL ; IF SIZEOF ( name_bag ) = 1 THEN RETURN  ( name_bag [ 1 ] . attribute_value ) ; ELSE RETURN ( ? ) ; END_IF ; 

END_FUNCTION; -- get_name_value

public class FGet_name_value
          public static Value run(SdaiContext _context, Value obj)