|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMappedAttributes
An interface to get mapped attribute values for user
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry |
| Method Summary | |
|---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Get an attribute value based on an attribute name |
java.util.Set |
getAttributeNames()
Get a collection of attribute names |
void |
setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add a new attribute |
| Methods inherited from interface com.crystaldecisions.sdk.properties.IProperties |
|---|
add, addProperties, copyAll, getBoolean, getDate, getInt, getLong, getProperties, getProperties, getProperty, getString, getString, getString, removeLocal, setProperty, setProperty, setProperty, setProperty, setString |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
java.util.Set getAttributeNames()
Set of attribute namesjava.lang.String getAttribute(java.lang.String attributeName)
attributeName -
String representing the value, return null if attribute name doesn't exist
void setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - is the name of the attributeattributeValue - is the value of the attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||