Data Model version 2.1.2
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class: { prev | next } | Attribute | Method

Data Type: NumberType

Implementation Type: String

Supertype:


memops.Implementation.Token

Maximum length:

32

Closed Enumeration:

Permitted Values: ['int', 'float']

Constraint name:

name_type_characters
python code isValid = True if not value: isValid = False elif value[0] not in 'abcdefghjiklmnopqrstuvwxyz_ABCDEFGHIJKLMNOPQRSTUVWXYZ': isValid = False else: for cc in value[1:]: if cc not in 'abcdefghjiklmnopqrstuvwxyz_ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789': isValid = False break

  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Thu Oct 2 16:09:06 2014    from data model package  ccp.api.general.DataLocation.NumberType   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk