public final class PropertyType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PropertyType |
Float |
static PropertyType |
Integer |
static PropertyType |
String |
static PropertyType |
Undef |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final PropertyType Undef
public static final PropertyType String
public static final PropertyType Float
public static final PropertyType Integer
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static PropertyType swigToEnum(int swigValue)