|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefinition
Represents the basic setup of an Attribute.
Field Summary | |
---|---|
static java.lang.String |
BYTEARRAY
Represents the Bytearray type for an Attribute |
static java.lang.String |
DOUBLE
Represents the Double type for an Attribute |
static java.lang.String |
INTEGER
Represents the Integer type for an Attribute |
static java.lang.String |
LONG
Represents the Long type for an Attribute |
static java.lang.String |
MEMBERDN
Represents the DN of a Member type for an Attribute |
static java.lang.String |
OBJECT
Represents the Object type for an Attribute |
static java.lang.String |
STRING
Represents the String type for an Attribute |
static java.lang.String |
TIMESTAMP
Represents the String Timestamp for an Attribute |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the corresponding attribute as String |
java.lang.String |
getType()
Returns the return type of the corresponding attribute as String |
boolean |
isMultiValued()
Returns true if the Attribute represented by this object is multivalued |
boolean |
isReadOnly()
Returns true if the Attribute represented by this object is read-only |
boolean |
isRequired()
Returns true if this AttributeDefinition represents a mandatory attribute |
Field Detail |
---|
static final java.lang.String STRING
static final java.lang.String TIMESTAMP
static final java.lang.String BYTEARRAY
static final java.lang.String INTEGER
static final java.lang.String LONG
static final java.lang.String DOUBLE
static final java.lang.String OBJECT
static final java.lang.String MEMBERDN
Method Detail |
---|
java.lang.String getType()
String
java.lang.String getName()
String
boolean isMultiValued()
true
if the Attribute represented by this object is multivalued
boolean isReadOnly()
true
if the Attribute represented by this object is read-only
boolean isRequired()
true
if this AttributeDefinition represents a mandatory attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |