Definition at line 11 of file CPKIFNameBasedSearch.java.
Public Member Functions | |
CPKIFNameBasedSearch (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFNameBasedSearch () | |
SearchType | GetSearchType () |
void | SetSearchType (SearchType st) |
CPKIFNamePtr | GetName () |
void | SetName (CPKIFNamePtr name) |
void | SetStringName (String s) |
String | GetStringName () |
Static Public Member Functions | |
static long | getCPtr (CPKIFNameBasedSearch obj) |
Protected Member Functions | |
void | finalize () |
com::orionsec::jpkif::CPKIFNameBasedSearch::CPKIFNameBasedSearch | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
Definition at line 14 of file CPKIFNameBasedSearch.java.
com::orionsec::jpkif::CPKIFNameBasedSearch::CPKIFNameBasedSearch | ( | ) | [inline] |
Definition at line 38 of file CPKIFNameBasedSearch.java.
static long com::orionsec::jpkif::CPKIFNameBasedSearch::getCPtr | ( | CPKIFNameBasedSearch | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFNameBasedSearch::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFSearchCriteria.
Definition at line 23 of file CPKIFNameBasedSearch.java.
synchronized void com::orionsec::jpkif::CPKIFNameBasedSearch::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFSearchCriteria.
Definition at line 27 of file CPKIFNameBasedSearch.java.
References com::orionsec::jpkif::IPKIFSearchCriteria::swigCMemOwn.
SearchType com::orionsec::jpkif::CPKIFNameBasedSearch::GetSearchType | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFSearchCriteria.
Definition at line 42 of file CPKIFNameBasedSearch.java.
References com::orionsec::jpkif::SearchType::swigToEnum().
void com::orionsec::jpkif::CPKIFNameBasedSearch::SetSearchType | ( | SearchType | st | ) | [inline] |
Definition at line 46 of file CPKIFNameBasedSearch.java.
References com::orionsec::jpkif::SearchType::swigValue.
CPKIFNamePtr com::orionsec::jpkif::CPKIFNameBasedSearch::GetName | ( | ) | [inline] |
Definition at line 50 of file CPKIFNameBasedSearch.java.
void com::orionsec::jpkif::CPKIFNameBasedSearch::SetName | ( | CPKIFNamePtr | name | ) | [inline] |
Definition at line 54 of file CPKIFNameBasedSearch.java.
void com::orionsec::jpkif::CPKIFNameBasedSearch::SetStringName | ( | String | s | ) | [inline] |
Definition at line 58 of file CPKIFNameBasedSearch.java.
String com::orionsec::jpkif::CPKIFNameBasedSearch::GetStringName | ( | ) | [inline] |
Definition at line 62 of file CPKIFNameBasedSearch.java.