TpbProtoEnum Class

Represents type TpbProtoEnum.

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

The TpbProtoEnum type exposes the following members.

Show:
 NameDescription
Create(TpbProtoNode)

Initializes a new instance of the TpbProtoEnum class.

Top
Show:
 NameDescription
Name

Represents property Name.

Top
Show:
 NameDescription
Add(TpbProtoEnumValue)

Represents method Add(TpbProtoEnumValue).

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.)

GetValue(Integer)

Represents method GetValue(Integer).

GetValueByName(RawByteString)

Represents method GetValueByName(RawByteString).

GetValueCount

Represents method GetValueCount.

ResolveType(RawByteString,Boolean)

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

ResolveValue(RawByteString,Boolean)

Represents method ResolveValue(RawByteString,Boolean). (Overrides TpbProtoNode.ResolveValue(RawByteString,Boolean).)

Top
Show:
 NameDescription
FName

Represents field FName.

FValues

Represents field FValues.

Top