public interface ICustomDropdownDictionary
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String attributeName)
Indicates the presence of a custom relation.
|
IListValueProperty |
get(String attributeName)
Gets the value of a custom relation.
|
IListValueProperty get(String attributeName)
attributeName
- The friendly name of the custom relation, e.g.
"Origin", not "Custom_Origin".IListValueProperty
object by the
attributeName
boolean containsKey(String attributeName)
attributeName
- The friendly name of the custom relation, e.g.
"Origin", not "Custom_Origin".Copyright © 2013 Version One, Inc.. All rights reserved.