javax.naming.directory
public interface Attribute extends Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
void |
add(int ix,
Object attrVal) |
boolean |
add(Object attrVal) |
void |
clear() |
Object |
clone() |
boolean |
contains(Object attrVal) |
Object |
get() |
Object |
get(int ix) |
NamingEnumeration<?> |
getAll() |
DirContext |
getAttributeDefinition() |
DirContext |
getAttributeSyntaxDefinition() |
String |
getID() |
boolean |
isOrdered() |
Object |
remove(int ix) |
boolean |
remove(Object attrval) |
Object |
set(int ix,
Object attrVal) |
int |
size() |
static final long serialVersionUID
NamingEnumeration<?> getAll() throws NamingException
NamingException
Object get() throws NamingException
NamingException
int size()
void clear()
DirContext getAttributeSyntaxDefinition() throws NamingException
NamingException
DirContext getAttributeDefinition() throws NamingException
NamingException
boolean isOrdered()
Object get(int ix) throws NamingException
NamingException