public class ImmutableAttributeWrapper extends Object implements Attribute
serialVersionUID
Constructor and Description |
---|
ImmutableAttributeWrapper(Attribute wrapped) |
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() |
public ImmutableAttributeWrapper(Attribute wrapped)
public NamingEnumeration<?> getAll() throws NamingException
getAll
in interface Attribute
NamingException
public Object get() throws NamingException
get
in interface Attribute
NamingException
public DirContext getAttributeSyntaxDefinition() throws NamingException
getAttributeSyntaxDefinition
in interface Attribute
NamingException
public DirContext getAttributeDefinition() throws NamingException
getAttributeDefinition
in interface Attribute
NamingException
public Object clone()
public Object get(int ix) throws NamingException
get
in interface Attribute
NamingException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.