public final class UnknownFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
UnknownFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic UnknownFacade(ValueList comp) throws IncompatibleComponentException
comp - The ValueList that represents the Unknown data.IncompatibleComponentException - Not usedpublic static ValueList createValueList(java.lang.String attrName, int synId, byte[] bytes)
attrName - Refer to NDS Schema Reference.synId - Refer to NDS Schema Reference.bytes - Refer to NDS Schema Reference.public static ValueList createValueList(java.lang.String attrName, int synId, byte[] bytes, Syntax syntax)
attrName - Refer to NDS Schema Reference.synId - Refer to NDS Schema Reference.bytes - Refer to NDS Schema Reference.syntax - Syntax to use.public java.lang.String getAttributeName()
public int getSyntaxId()
public byte[] getBytes()
public void setAttributeName(java.lang.String attrName)
attrName - The name of the attribute.public void setSyntaxId(long id)
id - The syntax ID.public void setBytes(byte[] bytes)
bytes - The bytes.
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}.