| |
|
| java.lang.Object org.openharmonise.vfs.metadata.range.Value
Value | public class Value (Code) | | Represents a value in a vocabulary.
author: Matthew Large version: $Revision: 1.1 $ |
Value | public Value(String sName, String sPath)(Code) | | Construcs a new value
Parameters: sName - Name Parameters: sPath - Full path |
getDisplayName | public String getDisplayName()(Code) | | Returns the display name for this value.
Display name |
getHREF | public String getHREF()(Code) | | Returns the full path to the virtual file for this value.
Full path |
getName | public String getName()(Code) | | Returns the name for this value.
Name |
setDisplayName | public void setDisplayName(String sDisplayName)(Code) | | Sets the display name for this value
Parameters: sDisplayName - Display name |
setName | public void setName(String sName)(Code) | | Sets the name of this value.
Parameters: sName - Name |
|
|
|