public class PropertyBlock
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PropertyBlock() |
protected |
PropertyBlock(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
addPair(PropertyPair pair) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(PropertyBlock obj) |
PropertyPair |
getPair(long index) |
java.lang.String |
getValue(java.lang.String key) |
long |
size() |
protected PropertyBlock(long cPtr, boolean cMemoryOwn)
public PropertyBlock()
protected static long getCPtr(PropertyBlock obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void addPair(PropertyPair pair)
public PropertyPair getPair(long index) throws java.lang.Exception
java.lang.Exception
public long size()
public java.lang.String getValue(java.lang.String key) throws java.lang.Exception
java.lang.Exception