public final class PathFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
PathFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(long type,
java.lang.String volume,
java.lang.String path)
Creates an NDS Path ValueList.
|
static ValueList |
createValueList(long type,
java.lang.String volume,
java.lang.String path,
Syntax syn)
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.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic PathFacade(ValueList comp) throws IncompatibleComponentException
comp - The ValueList that represents the Path (Tagged Name and String) value.IncompatibleComponentException - Not used.public static ValueList createValueList(long type, java.lang.String volume, java.lang.String path, Syntax syn)
type - Refer to NDS Schema Reference.volume - Refer to NDS Schema Reference.path - Refer to NDS Schema Reference.syn - The syntax for this value, either NDSSyntax.SYN_PATH
or LDAPSyntax.SYN_TAGGED_NAME_AND_STRING.public static ValueList createValueList(long type, java.lang.String volume, java.lang.String path)
type - Refer to NDS Schema Reference.volume - Refer to NDS Schema Reference.path - Refer to NDS Schema Reference.public long getType()
public java.lang.String getVolume()
public java.lang.String getPath()
public void setType(long type)
type - The type.public void setVolume(java.lang.String volume)
volume - The volume name.FacadeParameterException - Can not set to value requested.public void setPath(java.lang.String path)
path - The path.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.