XNamed.idl (408a4873) XNamed.idl (7d1ce60b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51 /** sets the programmatic name of the object.
52 */
53 [oneway] void setName( [in] string aName );
54
55};
56
57//=============================================================================
58
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51 /** sets the programmatic name of the object.
52 */
53 [oneway] void setName( [in] string aName );
54
55};
56
57//=============================================================================
58
59/** specifies the display name of the object.
60
61 <p>The name is generally unique in the container of the object.</p>
62 */
63published interface XNamedEx: XNamed
64{
65 //-------------------------------------------------------------------------
66
67 /** @returns
68 the display name of the object.
69 */
70 string getDisplayName();
71
72 //-------------------------------------------------------------------------
73
74 /** sets the display name of the object.
75 */
76 [oneway] void setDisplayName( [in] string aName );
77
78};
79
59}; }; }; };
60
61#endif
80}; }; }; };
81
82#endif