Class "EnumValueDescriptor"
类“EnumValueDescriptor”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
R representation of an enum value descriptor. This
ŕ表示一个枚举值描述。这
类对象----------Objects from the Class----------
Objects of this class are typically retrieved with the value method of the EnumDescriptor class
这个类的对象通常是与value方法的EnumDescriptor类检索
插槽----------Slots----------
pointer: external pointer to the EnumValueDescriptor instance
pointer:外部指针EnumValueDescriptor实例
name: simple name of the enum
name:简单的名称的枚举
full_name: fully qualified name
full_name:完全合格的名称
方法----------Methods----------
show signature(object = "EnumValueDescriptor"): small information
显示signature(object = "EnumValueDescriptor"):小资料
as.character signature(x = "EnumValueDescriptor"): returns the debug string of the enum descriptor. This is retrieved by a call to the DebugString
as.character signature(x = "EnumValueDescriptor"):返回的调试字符串的枚举描述符的。这是通过调用检索到DebugString
toString signature(x = "EnumValueDescriptor"): same as as.character
的toString signature(x = "EnumValueDescriptor"):as.character
enum_type signature(object = "EnumDescriptor") : retrieves the EnumDescriptor related to this value descriptor.
enum_type signature(object = "EnumDescriptor"):检索EnumDescriptor的这个值描述。