|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefinitionProperty
This interface provides methods to define and modify properties of an attribute An AttributeDefinitionProperty can have single or multiple values depending on the property type.
Nested Class Summary | |
---|---|
static class |
AttributeDefinitionProperty.Name
All possible property names of an attribute definition. |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
AttributeDefinitionProperty.Name |
getName()
Returns the type of this AttributeDefinitionProperty |
java.lang.String |
getValue()
Returns the String value of this AttributeDefinition property. |
java.util.Collection<java.lang.String> |
getValues()
Returns a java.util.Collection containing the String values of this AttributeDefinition property. |
boolean |
isSingleValued()
Determine whether the AttributeDefinitionProperty has single or multiple values. |
void |
setValue(java.lang.Object value)
Sets the value of this attribute |
void |
setValues(java.util.List<java.lang.Object> values)
Sets the values of a property, if the property in question can have multiple values |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getValue()
PIMInternalException
- If an internal error occursjava.util.Collection<java.lang.String> getValues()
PIMInternalException
- If an internal error occursboolean isSingleValued()
PIMInternalException
- If an internal error occursAttributeDefinitionProperty.Name getName()
PIMInternalException
- If an internal error occursvoid setValue(java.lang.Object value)
value
- object
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usevoid setValues(java.util.List<java.lang.Object> values)
values
- List of values
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |