public class FieldDef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
FieldDef() |
protected |
FieldDef(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
String |
getAlias() |
protected static long |
getCPtr(FieldDef obj) |
int |
GetGeometryDef(GeometryDef geometryDef) |
int |
getLength() |
String |
getName() |
FieldType |
getType() |
boolean |
isNullable() |
int |
SetAlias(String alias) |
int |
SetGeometryDef(GeometryDef geometryDef) |
int |
SetIsNullable(boolean isNullable) |
int |
SetLength(int length) |
int |
SetName(String name) |
int |
SetType(FieldType type) |
public FieldDef()
protected FieldDef(long cPtr,
boolean cMemoryOwn)
protected static long getCPtr(FieldDef obj)
public void delete()
public String getAlias()
public int GetGeometryDef(GeometryDef geometryDef)
public int getLength()
public String getName()
public FieldType getType()
public boolean isNullable()
public int SetAlias(String alias)
public int SetGeometryDef(GeometryDef geometryDef)
public int SetIsNullable(boolean isNullable)
public int SetLength(int length)
public int SetName(String name)
public int SetType(FieldType type)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.