|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nitido.directory.DirModifier
public class DirModifier
The DirModifier class contains the details of a directory attribute that is going to be modified.
| Field Summary | |
|---|---|
static int |
ADD
Constant for defining the command operation for add a new attribute value. |
static int |
REMOVE
Constant for defining the command operation for remove the existing attribute values. |
static int |
REPLACE
Constant for defining the command operation for replacing an attribute with the specified new values. |
| Constructor Summary | |
|---|---|
DirModifier(int command,
java.lang.String key,
java.io.Serializable[] values)
Default constructor of DirModifier. |
|
| Method Summary | |
|---|---|
int |
getCommand()
Get the command field of the DirModifier. |
java.lang.String |
getKey()
Get the key field of the DirModifier. |
java.io.Serializable[] |
getValues()
Get the values field of the DirModifier. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ADD
public static final int REMOVE
public static final int REPLACE
| Constructor Detail |
|---|
public DirModifier(int command,
java.lang.String key,
java.io.Serializable[] values)
command - The command of the modification. The valid values have already been
defined as the constants ADD, REMOVE and REPLACE.key - The key of the attribute to be modified.values - An array of Serializable objects that represents the new values.| Method Detail |
|---|
public int getCommand()
public java.lang.String getKey()
public java.io.Serializable[] getValues()
public java.lang.String toString()
toString in class java.lang.Object
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.