com.novell.admin.ns.nds
Class UnknownFacade

java.lang.Object
  |
  +--com.novell.admin.ns.ValueListFacade
        |
        +--com.novell.admin.ns.nds.UnknownFacade

public final class UnknownFacade
extends ValueListFacade

Facade for the NDS Unknown syntax.


Fields inherited from class com.novell.admin.ns.ValueListFacade
valueList
 
Constructor Summary
UnknownFacade(ValueList comp)
          Facade constructor
 
Method Summary
static ValueList createValueList(java.lang.String attrName, int synId, byte[] bytes)
          Creates an NDS Unknown ValueList.
 java.lang.String getAttributeName()
          Returns the attribute name.
 byte[] getBytes()
          Returns the bytes.
 int getSyntaxId()
          Returns the syntax ID.
 void setAttributeName(java.lang.String attrName)
          Sets the attribute name.
 void setBytes(byte[] bytes)
          Sets the bytes.
 void setSyntaxId(long id)
          Sets the syntax ID.
 
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

UnknownFacade

public UnknownFacade(ValueList comp)
              throws IncompatibleComponentException
Facade constructor
Parameters:
comp - The ValueList that represents the Unknown data.
Throws:
IncompatibleComponentException - if the 'valueList' syntax is not NDSSyntax.SYN_UNKNOWN.
Method Detail

createValueList

public static ValueList createValueList(java.lang.String attrName,
                                        int synId,
                                        byte[] bytes)
Creates an NDS Unknown ValueList.
Parameters:
attrName - Refer to NDS Schema Reference.
synId - Refer to NDS Schema Reference.
bytes - Refer to NDS Schema Reference.
Returns:
A new Unknown ValueList.

getAttributeName

public java.lang.String getAttributeName()
Returns the attribute name.
Returns:
The name of the attribute.

getSyntaxId

public int getSyntaxId()
Returns the syntax ID.
Returns:
The syntax ID.

getBytes

public byte[] getBytes()
Returns the bytes.
Returns:
The bytes.

setAttributeName

public void setAttributeName(java.lang.String attrName)
Sets the attribute name.
Parameters:
The - name of the attribute.

setSyntaxId

public void setSyntaxId(long id)
Sets the syntax ID.
Parameters:
The - syntax ID.

setBytes

public void setBytes(byte[] bytes)
Sets the bytes.
Parameters:
The - bytes.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.