public class OutlineCode extends Object
Represents a value of an outline code.
Constructor and Description |
---|
OutlineCode() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldId()
The number value of the project Id (Pid) custom field.
|
String |
getValueGuid()
The Guid of the value in the value list.
|
int |
getValueId()
The Id in the value list associated with the definition in the outline code collection.
|
void |
setFieldId(String value) |
void |
setValueGuid(String value) |
void |
setValueId(int value) |
public String getFieldId()
The number value of the project Id (Pid) custom field.
Read/write string
.
public void setFieldId(String value)
public int getValueId()
The Id in the value list associated with the definition in the outline code collection.
Read/write int
.
public void setValueId(int value)
public String getValueGuid()
The Guid of the value in the value list.
The ValueGuid matches the FieldGuid in the value list.
Read/write int
.
public void setValueGuid(String value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.