public class ObjectOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD |
static int |
CLEAR |
static int |
IGNORE |
protected int |
m_mode |
protected ObjectAttribute |
m_objectAttribute |
static int |
REMOVE |
static int |
SET |
| Constructor and Description |
|---|
ObjectOperation(ObjectAttribute objAttr,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(ValueComponent comp) |
void |
addComponents(ValueComponent[] comps) |
AttributeDefinition |
getAttributeDefinition() |
int |
getComponentCount() |
int |
getMode() |
java.lang.String |
getName() |
ObjectAttribute |
getObjectAttribute() |
java.util.Enumeration |
getValueComponents() |
void |
removeAllComponents() |
public static final int ADD
public static final int REMOVE
public static final int SET
public static final int CLEAR
public static final int IGNORE
protected ObjectAttribute m_objectAttribute
protected int m_mode
public ObjectOperation(ObjectAttribute objAttr, int mode) throws NamespaceException
NamespaceExceptionpublic ObjectAttribute getObjectAttribute()
public int getMode()
public void addComponent(ValueComponent comp) throws NamespaceException
NamespaceExceptionpublic void addComponents(ValueComponent[] comps) throws NamespaceException
NamespaceExceptionpublic int getComponentCount()
public java.util.Enumeration getValueComponents()
public AttributeDefinition getAttributeDefinition()
public java.lang.String getName()
public void removeAllComponents()
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}.