Navigation: Code Documentation > GeneticAlgorithm > RSGADomainXML > Interfaces
IXMLEnumerationGeneType Interface
Represents type IXMLEnumerationGeneType.
Namespace: RSGADomainXML
IXMLNode RSGADomainXML.IXMLGeneType RSGADomainXML.IXMLNumericGeneType RSGADomainXML.IXMLEnumerationGeneType RSGADomainXML.TXMLEnumerationGeneType
Delphi
type IXMLEnumerationGeneType = interface(IXMLNumericGeneType) ['{E9A6F076-2859-4465-B81A-956C0992D353}'] end;
Name
Description
Enumeration
Represents property Enumeration.
MaxValue
Represents property MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
MinValue
Represents property MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Represents property Name. (Inherited from RSGADomainXML.IXMLGeneType.)
PreserveSignBit
Represents property PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Size
Represents property Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Top
Get_Enumeration
Represents method Get_Enumeration.
Get_MaxValue
Represents method Get_MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_MinValue
Represents method Get_MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_Name
Represents method Get_Name. (Inherited from RSGADomainXML.IXMLGeneType.)
Get_PreserveSignBit
Represents method Get_PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_Size
Represents method Get_Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Set_MaxValue(Double)
Represents method Set_MaxValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_MinValue(Double)
Represents method Set_MinValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_Name(UnicodeString)
Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.IXMLGeneType.)
Set_PreserveSignBit(Boolean)
Represents method Set_PreserveSignBit(Boolean). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_Size(Integer)
Represents method Set_Size(Integer). (Inherited from RSGADomainXML.IXMLGeneType.)
•RSGADomainXML