|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.PathFacade
Facade for NDS Path syntax. This is the same as the LDAP "Tagged Name and String" syntax. The Path syntax consists of: type: an integer volume: a DN string path: a string
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
PathFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
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. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PathFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the Path (Tagged Name and String) value.
IncompatibleComponentException - Not used.| Method Detail |
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 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 java.lang.String getPath()
public long getType()
public java.lang.String getVolume()
public void setPath(java.lang.String path)
path - The path.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||