GeoEco.Types.IntegerTypeMetadata

class GeoEco.Types.IntegerTypeMetadata(minValue=None, mustBeGreaterThan=None, maxValue=None, mustBeLessThan=None, canBeNone=False, allowedValues=None)

Bases: TypeMetadata

Metadata specifying that a value must be an int, an integer.

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 MaxValue

None

property MinValue

None

property MustBeGreaterThan

None

property MustBeLessThan

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

Methods

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseValueFromArcGISInputParameterString

ValidateValue