public class IbisAttributeScheme extends Object
Modifier and Type | Field and Description |
---|---|
String |
dataType
The attribute scheme's datatype.
|
String |
displayName
The display name for labelling attributes in this scheme.
|
String |
ldapName
The name of the attribute scheme in LDAP, if it is exported to LDAP.
|
boolean |
multiLined
Flag for textual attributes schemes indicating whether they are
multi-lined.
|
boolean |
multiValued
Flag indicating whether attributes in this scheme can be multi-valued.
|
int |
precedence
The attribute scheme's precedence.
|
String |
regexp
For textual attributes, an optional regular expression that all
attributes in this scheme match.
|
String |
schemeid
The unique identifier of the attribute scheme.
|
boolean |
searchable
Flag indicating whether attributes of this scheme are searched by
the default search functionality.
|
Constructor and Description |
---|
IbisAttributeScheme() |
public String schemeid
public int precedence
public String ldapName
public String displayName
public String dataType
public boolean multiValued
public boolean multiLined
public boolean searchable
public String regexp