|
|||||||||
| 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)
|
java.lang.String |
getDisplayName()
Get the display name for the Field. |
java.lang.String |
getId()
Get the unique identifier for the Field. |
java.lang.String |
getPath()
Get the unique path (XFA SOM expression) for the Field. |
java.lang.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(java.lang.String displayName)
Sets the display name for the Field. |
void |
setId(java.lang.String id)
Sets the unique identifier for the Field. |
void |
setPath(java.lang.String path)
Sets the unique path (XFA SOM expression) for the Field. |
void |
setPosition(java.lang.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 java.lang.String getId()
public void setId(java.lang.String id)
id - The unique identifier for the Field.public java.lang.String getPath()
public void setPath(java.lang.String path)
path - The unique path (XFA SOM expression) for the Field.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.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 java.lang.Integer getPosition()
public void setPosition(java.lang.Integer position)
position - The position/order in which the Field appears in the Layout.public int compareTo(Field f)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||