@Deprecated public interface Profile
Represents a user profile.
Profiles are designed for single-threaded use. Hence they are not threadsafe.
Modifier and Type | Method and Description |
---|---|
Iterator<MetaDataInstance> |
getKeys()
Deprecated.
|
Object |
getValue(MetaDataInstance key)
Deprecated.
|
void |
setValue(MetaDataInstance key,
Object value)
Deprecated.
|
Object getValue(MetaDataInstance key)
void setValue(MetaDataInstance key, Object value)
Iterator<MetaDataInstance> getKeys()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"