|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Field
public class Field
POJO representation of a Field in a Layout (XDP).
Contains the display name, SOM expression, etc. for the Field.
| Nested Class Summary | |
|---|---|
static class |
Field.FieldType
Enum for various types of Field, such as Date, Time, Integer, Float, etc. |
| Constructor Summary | |
|---|---|
Field()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Field f)
|
String |
getDisplayName()
Get the display name for the Field. |
String |
getId()
Get the unique identifier for the Field. |
String |
getPath()
Get the unique path (XFA SOM expression) for the Field. |
Integer |
getPosition()
Get the position/order in which the Field appears in the Layout. |
Field.FieldType |
getType()
Get the type for the Field. |
void |
setDisplayName(String displayName)
Sets the display name for the Field. |
void |
setId(String id)
Sets the unique identifier for the Field. |
void |
setPath(String path)
Sets the unique path (XFA SOM expression) for the Field. |
void |
setPosition(Integer position)
Sets the position/order in which the Field appears in the Layout. |
void |
setType(Field.FieldType type)
Sets the type for the Field. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Field()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The unique identifier for the Field.public String getPath()
public void setPath(String path)
path - The unique path (XFA SOM expression) for the Field.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The display name for the Field.public Field.FieldType getType()
Field.FieldTypes.
public void setType(Field.FieldType type)
Field.FieldTypes.
type - The type for the Field.public Integer getPosition()
public void setPosition(Integer position)
position - The position/order in which the Field appears in the Layout.public int compareTo(Field f)
compareTo in interface Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||