public interface Tuple
extends java.util.Map
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object memberRef)
Returns true if this tuple contains a mapping with the specified
member as the value.
|
boolean |
containsEntry(java.lang.Object dimensionRef,
java.lang.Object memberRef)
Returns true if this tuple contains a mapping for the specified
dimension.
|
boolean |
containsKey(java.lang.Object key)
Returns true if this tuple contains a mapping for the specified
dimension.
|
boolean |
containsValue(java.lang.Object value)
Returns true if this tuple contains a mapping with the specified
member as the value.
|
oracle.epm.api.model.Account |
getAccount()
Returns the member mappped to the Account dimension in this tuple or
null.
|
java.lang.Object |
getAt(java.lang.Object dimensionRef)
Returns the member to which the specified dimension is mapped,
or
null if this map contains no mapping for the dimension. |
oracle.epm.api.model.Currency |
getCurrency()
Returns the member mappped to the Currency dimension in this tuple or
null.
|
java.util.Set<Dimension> |
getDimensions()
Returns a collection of dimensions this tuple has mappings for.
|
java.util.Collection<Member> |
getMembers()
Returns a collection of members that make up the values in this tuple.
|
oracle.epm.api.model.Period |
getPeriod()
Returns the member mappped to the Period dimension in this tuple or
null.
|
oracle.epm.api.model.Year |
getYear()
Returns the member mappped to the Year dimension in this tuple or
null.
|
Tuple |
plus(java.util.Map map)
Returns a new Tuple containing all entries from the tuple and the
provided map.
|
java.lang.Object |
putAt(java.lang.Object dimensionRef,
java.lang.Object memberRef)
Associates the specified member with the specified dimenison in this
tuple.
|
boolean contains(java.lang.Object memberRef)
memberRef - an object representing a reference to a member
(see section Member References)boolean containsEntry(java.lang.Object dimensionRef,
java.lang.Object memberRef)
dimensionRef - an object representing a reference to a dimension
(see section Dimension
References)memberRef - an object representing a reference to a member
(see section Member
References)boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Mapkey - an object representing a reference to a dimension
(see section Dimension
References)boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Mapvalue - an object representing a reference to a member
(see section Member
References)oracle.epm.api.model.Account getAccount()
java.lang.Object getAt(java.lang.Object dimensionRef)
null if this map contains no mapping for the dimension.dimensionRef - an object representing a reference to a dimension
(see section Dimension
References)null if this map contains no mapping for the keyoracle.epm.api.model.Currency getCurrency()
java.util.Set<Dimension> getDimensions()
java.util.Collection<Member> getMembers()
oracle.epm.api.model.Period getPeriod()
oracle.epm.api.model.Year getYear()
Tuple plus(java.util.Map map)
map - m mappings to be stored in this tuplejava.lang.Object putAt(java.lang.Object dimensionRef,
java.lang.Object memberRef)
dimensionRef - an object representing a reference to a dimension
(see section Dimension
References)memberRef - an object representing a reference to a member
(see section Member
References)Copyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.