public class PropertyPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PropertyPair() |
protected |
PropertyPair(long cPtr,
boolean cMemoryOwn) |
|
PropertyPair(java.lang.String prop,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(PropertyPair obj) |
java.lang.String |
getPropertyName() |
java.lang.String |
getPropertyValue() |
protected PropertyPair(long cPtr, boolean cMemoryOwn)
public PropertyPair(java.lang.String prop, java.lang.String value)
public PropertyPair()
protected static long getCPtr(PropertyPair obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public java.lang.String getPropertyName()
public java.lang.String getPropertyValue()