GeoEco.Types.UnicodeStringTypeMetadata
- class GeoEco.Types.UnicodeStringTypeMetadata(stripWhitespace=True, makeLowercase=False, makeUppercase=False, minLength=1, maxLength=2147483647, mustMatchRegEx=None, canBeNone=False, allowedValues=None, arcGISType='ESRI.ArcGIS.Geoprocessing.GPStringTypeClass', arcGISAssembly='ESRI.ArcGIS.Geoprocessing', canBeArcGISInputParameter=True, canBeArcGISOutputParameter=True)
Bases:
TypeMetadataMetadata specifying that a value must be a
str, a Unicode string.Properties
- property AllowedValues
None
- property ArcGISAssembly
None
- property ArcGISDataTypeDict
None
- property ArcGISDomainDict
None
- property ArcGISType
None
- property CanBeArcGISInputParameter
None
- property CanBeArcGISOutputParameter
None
- property CanBeNone
None
- property MakeLowercase
None
- property MakeUppercase
None
- property MaxLength
None
- property MinLength
None
- property MustMatchRegEx
None
- property PythonType
None
- property PythonTypeDescription
None
- property SphinxMarkup
None
- property StripWhitespace
None
Methods