sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.EnumValueDataType Class Reference

Base class for objects which wrap an enumeration value from libsigrok. More...

+ Inheritance diagram for org.sigrok.core.classes.EnumValueDataType:

Public Member Functions

int id ()
 The integer constant associated with this value. More...
 
String name ()
 The name associated with this value. More...
 

Detailed Description

Base class for objects which wrap an enumeration value from libsigrok.

Member Function Documentation

int org.sigrok.core.classes.EnumValueDataType.id ( )

The integer constant associated with this value.

String org.sigrok.core.classes.EnumValueDataType.name ( )

The name associated with this value.