com.mockobjects.naming.directory
public class MockAttribute extends MockObject implements Attribute
Method Summary | |
---|---|
boolean | add(Object object) |
void | add(int index, Object object) |
void | clear() |
Object | clone() |
boolean | contains(Object object) |
Object | get() |
Object | get(int index) |
NamingEnumeration | getAll() |
DirContext | getAttributeDefinition() |
DirContext | getAttributeSyntaxDefinition() |
String | getID() |
boolean | isOrdered() |
boolean | remove(Object object) |
Object | remove(int index) |
Object | set(int index, Object object) |
void | setupGet(Object aObjectToReturn) |
int | size() |
String | toString() |