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) |
protected FieldDefn(long cPtr, boolean cMemoryOwn)
public FieldDefn(String name_null_ok, int field_type)
public FieldDefn(String name_null_ok)
public FieldDefn()
protected static long getCPtr(FieldDefn obj)
public void delete()
protected static long getCPtrAndDisown(FieldDefn obj)
protected void addReference(Object reference)
public String GetName()
public String GetNameRef()
public void SetName(String name)
public int GetFieldType()
public void SetType(int type)
public int GetJustify()
public void SetJustify(int justify)
public int GetWidth()
public void SetWidth(int width)
public int GetPrecision()
public void SetPrecision(int precision)
public String GetTypeName()
public String GetFieldTypeName(int type)
public int IsIgnored()
public void SetIgnored(int bIgnored)
Copyright © 2014. All rights reserved.