Represents the Apama integer type, for which values are specified as Int64 objects.
More...
Inherits Apama.Event.Parser.PrimitiveFieldType< T >.
|
| override Int64 | DefaultValue () |
| | Get the default value for Integer field type. More...
|
| |
| override Int64 | Parse (string value) |
| | Parse a value from this type's Apama event string representation into the .NET object representation of the value. More...
|
| |
| virtual string | Format (Object value) |
| | Format the given value in MonitorScript representation. More...
|
| |
| abstract object | GetDefaultValue () |
| | Get the default value for this field type. More...
|
| |
| Field< T > | NewField (string name) |
| | Creates a new Field object with the specified name, using this field type. More...
|
| |
| abstract T | Parse (String value) |
| | Parse a token according to syntax rules of this type. More...
|
| |
| abstract object | ParseObject (String value) |
| | Parse a value from this type's Apama event string representation into the .NET object representation of the value. More...
|
| |
| override string | ToString () |
| | For Internal use only More...
|
| |
Represents the Apama integer type, for which values are specified as Int64 objects.
This class cannot be instantiated explicitly, but should be referenced using FieldTypes.Integer.
◆ DefaultValue()
| override Int64 Apama.Event.Parser.IntegerFieldType.DefaultValue |
( |
| ) |
|
|
virtual |
◆ Parse()
| override Int64 Apama.Event.Parser.IntegerFieldType.Parse |
( |
string |
value | ) |
|
Parse a value from this type's Apama event string representation into the .NET object representation of the value.
- Parameters
-
- Returns
- An object of Int64 type
◆ Type
Singleton instance of this type.