public class Value extends Object
Represents a value in a value list.
Constructor and Description |
---|
Value()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of a value.
|
int |
getId()
The unique Id of a value across a project.
|
String |
getPhonetic()
The phonetic information about custom field name.
|
String |
getVal()
The actual value.
|
void |
setDescription(String value)
The description of a value.
|
void |
setId(int value)
Sets the unique Id of a value across a project.
|
void |
setPhonetic(String value)
The phonetic information about custom field name.
|
void |
setVal(String value)
Sets the actual value.
|
public int getId()
int
.public void setId(int value)
value
- the unique Id of a value.public String getVal()
The actual value.
Read/write string
.
public void setVal(String value)
Sets the actual value.
value
- the actual value.public String getDescription()
The description of a value.
Read/write string
.
public void setDescription(String value)
value
- the description.public String getPhonetic()
The phonetic information about custom field name.
Read/write string
.
public void setPhonetic(String value)
value
- The phonetic information.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.