|
||||||||||
| 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.UnknownFacade
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 |
public UnknownFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the Unknown data.
IncompatibleComponentException - Not used| Method Detail |
public 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 byte[] getBytes()
public int getSyntaxId()
public void setAttributeName(java.lang.String attrName)
attrName - The name of the attribute.public void setBytes(byte[] bytes)
bytes - The bytes.public void setSyntaxId(long id)
id - The syntax ID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||