Uses of Class
nds2.channel_names_type
-
-
Uses of channel_names_type in nds2
Methods in nds2 that return channel_names_type Modifier and Type Method Description channel_names_type
connection. getParameters()
channel_names_type
parameters. parameterList()
Methods in nds2 with parameters of type channel_names_type Modifier and Type Method Description static long
nds2JNI. channel_names_type_capacity(long jarg1, channel_names_type jarg1_)
static void
nds2JNI. channel_names_type_clear(long jarg1, channel_names_type jarg1_)
static void
nds2JNI. channel_names_type_doAdd__SWIG_0(long jarg1, channel_names_type jarg1_, java.lang.String jarg2)
static void
nds2JNI. channel_names_type_doAdd__SWIG_1(long jarg1, channel_names_type jarg1_, int jarg2, java.lang.String jarg3)
static java.lang.String
nds2JNI. channel_names_type_doGet(long jarg1, channel_names_type jarg1_, int jarg2)
static java.lang.String
nds2JNI. channel_names_type_doRemove(long jarg1, channel_names_type jarg1_, int jarg2)
static void
nds2JNI. channel_names_type_doRemoveRange(long jarg1, channel_names_type jarg1_, int jarg2, int jarg3)
static java.lang.String
nds2JNI. channel_names_type_doSet(long jarg1, channel_names_type jarg1_, int jarg2, java.lang.String jarg3)
static int
nds2JNI. channel_names_type_doSize(long jarg1, channel_names_type jarg1_)
static boolean
nds2JNI. channel_names_type_isEmpty(long jarg1, channel_names_type jarg1_)
static void
nds2JNI. channel_names_type_reserve(long jarg1, channel_names_type jarg1_, long jarg2)
protected static long
channel_names_type. getCPtr(channel_names_type obj)
static long
nds2JNI. new_channel_names_type__SWIG_1(long jarg1, channel_names_type jarg1_)
Constructors in nds2 with parameters of type channel_names_type Constructor Description channel_names_type(channel_names_type other)
-