com.novell.admin.ns.nds
Class UnknownFacade

java.lang.Object
  extended bycom.novell.admin.ns.ValueListFacade
      extended bycom.novell.admin.ns.nds.UnknownFacade

public final class UnknownFacade
extends ValueListFacade

Facade for the NDS Unknown syntax.


Field Summary
 
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.
static ValueList createValueList(java.lang.String attrName, int synId, byte[] bytes, Syntax syntax)
          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 - Not used
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.

createValueList

public static ValueList createValueList(java.lang.String attrName,
                                        int synId,
                                        byte[] bytes,
                                        Syntax syntax)
Creates an NDS Unknown ValueList.

Parameters:
attrName - Refer to NDS Schema Reference.
synId - Refer to NDS Schema Reference.
bytes - Refer to NDS Schema Reference.
syntax - Syntax to use.
Returns:
A new Unknown ValueList.

getAttributeName

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

Returns:
The name of the attribute.

getBytes

public byte[] getBytes()
Returns the bytes.

Returns:
The bytes.

getSyntaxId

public int getSyntaxId()
Returns the syntax ID.

Returns:
The syntax ID.

setAttributeName

public void setAttributeName(java.lang.String attrName)
Sets the attribute name.

Parameters:
attrName - The name of the attribute.

setBytes

public void setBytes(byte[] bytes)
Sets the bytes.

Parameters:
bytes - The bytes.

setSyntaxId

public void setSyntaxId(long id)
Sets the syntax ID.

Parameters:
id - The syntax ID.


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 September 2 2004 0111.