Valuetype

You create a CORBA valuetype using a class with the <<CORBAValue>> stereotype. You can further define the valuetype using the following design features:





valuetype DateAndTime : Time supports PrettyPrint {
 public DateAndTime::Date the date;
 factory init(in short hr, in short min);
 string get_date();
 
};


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com