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) |
void |
setId(int value) |
void |
setPhonetic(String value) |
void |
setVal(String value) |
public int getId()
The unique Id of a value across a project.
Read/write int
.
public void setId(int value)
public String getVal()
The actual value.
Read/write string
.
public void setVal(String value)
public String getDescription()
The description of a value.
Read/write string
.
public void setDescription(String value)
public String getPhonetic()
The phonetic information about custom field name.
Read/write string
.
public void setPhonetic(String value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.