com.novell.admin.ns.nds
Class PathFacade
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.nds.PathFacade
- public final class PathFacade
- extends ValueListFacade
|
Method Summary |
static ValueList |
createValueList(long type,
java.lang.String volume,
java.lang.String path)
Creates an NDS Path ValueList. |
java.lang.String |
getPath()
Retrieves the path name. |
long |
getType()
Retrieves the path type. |
java.lang.String |
getVolume()
Retrieves the volume name. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setType(long type)
Sets the path type. |
void |
setVolume(java.lang.String volume)
Sets the volume name. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PathFacade
public PathFacade(ValueList comp)
throws IncompatibleComponentException
- Facade constructor
- Parameters:
comp - The ValueList that represents the NDS Path data.- Throws:
- IncompatibleComponentException - if the 'valueList' syntax is
not NDSSyntax.SYN_PATH.
createValueList
public static ValueList createValueList(long type,
java.lang.String volume,
java.lang.String path)
- Creates an NDS Path ValueList.
- Parameters:
type - Refer to NDS Schema Reference.volume - Refer to NDS Schema Reference.path - Refer to NDS Schema Reference.- Returns:
- A new Path ValueList.
getType
public long getType()
- Retrieves the path type.
- Returns:
- The path type.
getVolume
public java.lang.String getVolume()
- Retrieves the volume name.
- Returns:
- The volume name.
getPath
public java.lang.String getPath()
- Retrieves the path name.
- Returns:
- The path name.
setType
public void setType(long type)
- Sets the path type.
- Parameters:
type - The type.
setVolume
public void setVolume(java.lang.String volume)
- Sets the volume name.
- Parameters:
name - The volumes name.- Throws:
- FacadeParameterException - Can not set to value requested.
setPath
public void setPath(java.lang.String path)
- Sets the path.
- Parameters:
name - The path.
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.