public class AbstractWbsFormat extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
m_lengths |
protected List<String> |
m_separators |
Constructor and Description |
---|
AbstractWbsFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedParentValue()
Retrieves the formatted parent WBS value.
|
String |
getFormattedValue()
Retrieves the formatted WBS value.
|
Integer |
getLevel()
Retrieves the level of this WBS code.
|
void |
parseRawValue(String value)
Parses a raw WBS value from the database and breaks it into
component parts ready for formatting.
|
public void parseRawValue(String value)
value
- raw WBS valuepublic String getFormattedValue()
public Integer getLevel()
public String getFormattedParentValue()
Copyright © 2000–2024 Packwood Software. All rights reserved.