public class OutlineValue extends Object
Represents an outline value.
Constructor and Description |
---|
OutlineValue() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of an outline value.
|
Duration |
getDurationValue()
Gets the duration if Type is Duration.
|
int |
getParentValueId()
Returns the Id of a parent node of an outline code.
|
int |
getType()
Returns the outline code type.
|
String |
getValue()
Returns the actual value.
|
UUID |
getValueGuid()
Gets a GUID which identifies this value among others in the entire project.
|
int |
getValueId()
Returns the unique Id of an outline code value within a project.
|
boolean |
isCollapsed()
Determines whether outline value is collapsed or not.
|
void |
setCollapsed(boolean value)
Sets the flag which determines whether outline value is collapsed or not.
|
void |
setDescription(String value)
Sets the description of an outline value.
|
void |
setDurationValue(Duration value)
Sets the duration if Type is Duration.
|
void |
setParentValueId(int value)
Sets the Id of a parent node of an outline code.
|
void |
setType(int value)
Sets the outline code type.
|
void |
setValue(String value)
Sets the actual value.
|
void |
setValueId(int value)
Sets the unique Id of an outline code value within a project.
|
public final String getDescription()
Returns the description of an outline value.
Read/write String
.
public final void setDescription(String value)
Sets the description of an outline value.
Read/write String
.
value
- outline value description.public final Duration getDurationValue()
Gets the duration if Type is Duration.
Value
(getValue()
/setValue(String)
), when you need to set the value for OutlineValues with Duration type .
public void setDurationValue(Duration value)
Sets the duration if Type is Duration.
Value
, when you need to set the value for OutlineValues with Duration type .
value
- the duration if Type is Duration.public final int getParentValueId()
Returns the Id of a parent node of an outline code.
public void setParentValueId(int value)
Sets the Id of a parent node of an outline code.
value
- parent value Id.public final int getType()
Returns the outline code type.
Read/write OutlineValueType
.
public final void setType(int value)
Sets the outline code type.
Read/write OutlineValueType
.
value
- outline code type.public final String getValue()
Returns the actual value.
Read/write String
.
public final void setValue(String value)
Sets the actual value.
Read/write String
.
value
- actual value.public final UUID getValueGuid()
Gets a GUID which identifies this value among others in the entire project.
public final int getValueId()
Returns the unique Id of an outline code value within a project.
Read/write int
.
public final void setValueId(int value)
Sets the unique Id of an outline code value within a project.
Read/write int
.
value
- outline code unique Id.public final boolean isCollapsed()
Determines whether outline value is collapsed or not. This is new for MS Project 2010 property.
public final void setCollapsed(boolean value)
value
- true if outline value is collapsed; otherwise, false.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.