public interface MdmQuery
Query
object.Query
Modifier and Type | Method and Description |
---|---|
Query |
getQuery()
Gets the
Query associated with the MdmQuery . |
MdmQueryColumn |
getQueryColumn(java.lang.String name)
Gets the specified
MdmQueryColumn . |
java.util.List<MdmQueryColumn> |
getQueryColumns()
Gets the
MdmQueryColumn objects that are associated with the MdmQuery . |
java.lang.String |
getQueryName()
Gets the identifier of the
MdmQuery object. |
java.lang.String getQueryName()
MdmQuery
object.String
that contains the identifier of the MdmQuery
object.Query getQuery()
Query
associated with the MdmQuery
.Query
associated with the MdmQuery
.java.util.List<MdmQueryColumn> getQueryColumns()
MdmQueryColumn
objects that are associated with the MdmQuery
.List
of the MdmQueryColumn
objects associated with the MdmQuery
.MdmQueryColumn getQueryColumn(java.lang.String name)
MdmQueryColumn
.name
- A String
that contains the name of an MdmQueryColumn
.MdmQueryColumn
that has the specified name.