TpbProtoEnumValue Class

Represents type TpbProtoEnumValue.

Namespace: flcProtoBufProtoNodes
type
 TpbProtoEnumValue = class(TpbProtoNode)
 end;

The TpbProtoEnumValue type exposes the following members.

Show:
 NameDescription
Create(TpbProtoEnum)

Initializes a new instance of the TpbProtoEnumValue class.

Top
Show:
 NameDescription
Name

Represents property Name.

Value

Represents property Value.

Top
Show:
 NameDescription
ExpectResolvedType(RawByteString)

Represents method ExpectResolvedType(RawByteString). (Inherited from TpbProtoNode.)

ExpectResolvedValue(RawByteString)

Represents method ExpectResolvedValue(RawByteString). (Inherited from TpbProtoNode.)

GetAsProtoString

Represents method GetAsProtoString. (Overrides TpbProtoNode.GetAsProtoString.)

ResolveType(RawByteString,Boolean)

Represents method ResolveType(RawByteString,Boolean). (Inherited from TpbProtoNode.)

ResolveValue(RawByteString,Boolean)

Represents method ResolveValue(RawByteString,Boolean). (Inherited from TpbProtoNode.)

Top
Show:
 NameDescription
FName

Represents field FName.

FParentEnum

Represents field FParentEnum.

FValue

Represents field FValue.

Top