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 AttributeNamingExceptionpublic Object get() throws NamingException
get in interface AttributeNamingExceptionpublic DirContext getAttributeSyntaxDefinition() throws NamingException
getAttributeSyntaxDefinition in interface AttributeNamingExceptionpublic DirContext getAttributeDefinition() throws NamingException
getAttributeDefinition in interface AttributeNamingExceptionpublic Object clone()
public Object get(int ix) throws NamingException
get in interface AttributeNamingExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.