Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/ea_model/iso_19103_2005_schema_language/basic_types/derived/units_of_measure/unitslist.py@8049
Revision 8049,
550 bytes
checked in by mnagni, 9 years ago
(diff) |
Now the imported UML generated classes are pylint complaint!
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | from ea_model.iso_19103_2005_schema_language.basic_types.derived.units_of_measure.standardunits import StandardUnits |
---|
14 | from ascore.ascodelist import ASCodeList |
---|
15 | |
---|
16 | ''' |
---|
17 | Created on 06-Jan-2012 13:20:30 |
---|
18 | |
---|
19 | @author: mnagni |
---|
20 | ''' |
---|
21 | |
---|
22 | class UnitsList(StandardUnits): |
---|
23 | ''' |
---|
24 | Represents a data entity defined in a UML diagram and supposed to |
---|
25 | be persisted in a relational database. |
---|
26 | |
---|
27 | This class has been genererated automatically using the Apache Velocity project. |
---|
28 | ''' |
---|
29 | cl_cubicyard = "cubicYard" |
---|
30 | cl_squarefoot = "squareFoot" |
---|
31 | cl_foot = "foot" |
---|
Note: See
TracBrowser
for help on using the repository browser.