com.sap.ip.me.api.persist.query
Interface JQueryAttribute


public interface JQueryAttribute

Attribute of a query.

Author:
SAP

Method Summary
 AggregationOperatorType getAggregator()
          Get aggregation operator.
 AttributeDescriptor getAttributeDescriptor()
          Get underlying persistence attribute descriptor.
 ClassDescriptor getClassDescriptor()
          Get underlying persistence class descriptor.
 java.lang.Object getTag()
          Get tag of this attribute, as specified when creating it.
 

Method Detail

getTag

public java.lang.Object getTag()
Get tag of this attribute, as specified when creating it.

Returns:
attribute tag or null if none specified.

getAggregator

public AggregationOperatorType getAggregator()
Get aggregation operator.

Returns:
aggregation operator or null.

getAttributeDescriptor

public AttributeDescriptor getAttributeDescriptor()
Get underlying persistence attribute descriptor.

Returns:
attribute descriptor.

getClassDescriptor

public ClassDescriptor getClassDescriptor()
Get underlying persistence class descriptor.

Returns:
class descriptor.


Copyright © 2005 SAP AG. All Rights Reserved.