public class FieldDefn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
FieldDefn() |
protected |
FieldDefn(long cPtr,
boolean cMemoryOwn) |
|
FieldDefn(String name_null_ok) |
|
FieldDefn(String name_null_ok,
int field_type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addReference(Object reference) |
void |
delete() |
boolean |
equals(Object obj) |
protected void |
finalize() |
protected static long |
getCPtr(FieldDefn obj) |
protected static long |
getCPtrAndDisown(FieldDefn obj) |
int |
GetFieldType() |
String |
GetFieldTypeName(int type) |
int |
GetJustify() |
String |
GetName() |
String |
GetNameRef() |
int |
GetPrecision() |
String |
GetTypeName() |
int |
GetWidth() |
int |
hashCode() |
int |
IsIgnored() |
void |
SetIgnored(int bIgnored) |
void |
SetJustify(int justify) |
void |
SetName(String name) |
void |
SetPrecision(int precision) |
void |
SetType(int type) |
void |
SetWidth(int width) |
public FieldDefn()
protected FieldDefn(long cPtr,
boolean cMemoryOwn)
public FieldDefn(String name_null_ok)
public FieldDefn(String name_null_ok, int field_type)
protected static long getCPtr(FieldDefn obj)
protected static long getCPtrAndDisown(FieldDefn obj)
protected void addReference(Object reference)
public void delete()
public int GetFieldType()
public String GetFieldTypeName(int type)
public int GetJustify()
public String GetName()
public String GetNameRef()
public int GetPrecision()
public String GetTypeName()
public int GetWidth()
public int IsIgnored()
public void SetIgnored(int bIgnored)
public void SetJustify(int justify)
public void SetName(String name)
public void SetPrecision(int precision)
public void SetType(int type)
public void SetWidth(int width)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.