Package yarp
Class SearchReport
- java.lang.Object
-
- yarp.SearchReport
-
public class SearchReport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description SearchReport()
protected
SearchReport(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(SearchReport obj)
boolean
getIsComment()
boolean
getIsDefault()
boolean
getIsFound()
boolean
getIsGroup()
java.lang.String
getKey()
java.lang.String
getValue()
void
setIsComment(boolean value)
void
setIsDefault(boolean value)
void
setIsFound(boolean value)
void
setIsGroup(boolean value)
void
setKey(java.lang.String value)
void
setValue(java.lang.String value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SearchReport obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setKey
public void setKey(java.lang.String value)
-
getKey
public java.lang.String getKey()
-
setValue
public void setValue(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
setIsFound
public void setIsFound(boolean value)
-
getIsFound
public boolean getIsFound()
-
setIsGroup
public void setIsGroup(boolean value)
-
getIsGroup
public boolean getIsGroup()
-
setIsComment
public void setIsComment(boolean value)
-
getIsComment
public boolean getIsComment()
-
setIsDefault
public void setIsDefault(boolean value)
-
getIsDefault
public boolean getIsDefault()
-
-