Modifier and Type | Class and Description |
---|---|
static class |
Field.FieldType |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name attribute.
|
String |
getTitle()
Returns the title attribute.
|
Field.FieldType |
getType()
Returns the type attribute.
|
String |
getValue()
Returns the value attribute.
|
int |
hashCode() |
void |
setName(String name)
Sets the name attribute.
|
void |
setTitle(String title)
Sets the title attribute.
|
void |
setType(Field.FieldType type)
Sets the type attribute.
|
void |
setValue(String value)
Sets the value attribute.
|
String |
toString() |
public Field(String name)
public String getName()
public void setName(String name)
name
- the name to setpublic Field.FieldType getType()
public void setType(Field.FieldType type)
type
- the type to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic String getTitle()
public void setTitle(String title)
title
- the title to set"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"