public class LDAPSingleValueEntryAttribute extends LDAPEntryAttribute
Constructor and Description |
---|
LDAPSingleValueEntryAttribute() |
LDAPSingleValueEntryAttribute(String name) |
LDAPSingleValueEntryAttribute(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
List<Object> |
getValues() |
boolean |
isMultiValued() |
void |
setValue(Object value) |
getName, getTypeDefinition, setName, setTypeDefinition, toLDIFString
public LDAPSingleValueEntryAttribute()
public LDAPSingleValueEntryAttribute(String name)
name
- public Object getValue()
getValue
in class LDAPEntryAttribute
public void setValue(Object value)
value
- The value to set.public List<Object> getValues()
getValues
in class LDAPEntryAttribute
public boolean isMultiValued()
isMultiValued
in class LDAPEntryAttribute
Copyright © 2010–2020. All rights reserved.