Package com.agisoft.metashape
Class Property
java.lang.Object
com.agisoft.metashape.Property
public class Property extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(Property[] arrayWrapper)static Property[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()Property[]getChildren()static longgetCPtr(Property obj)StringgetLabel()StringgetValue()voidsetChildren(Property[] value)voidsetLabel(String value)voidsetValue(String value)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Property
public Property(long cPtr, boolean cMemoryOwn) -
Property
public Property()
-
-
Method Details