Class ClientPropertyImpl
java.lang.Object
org.apache.olingo.client.core.domain.ClientValuableImpl
org.apache.olingo.client.core.domain.ClientPropertyImpl
- All Implemented Interfaces:
ClientAnnotatable,ClientInvokeResult,ClientProperty,ClientValuable
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.domain.ClientValuableImpl
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Returns property name.getOperation(String title) Searches for operation with given title.Gets operations.inthashCode()booleanChecks if has null value.toString()Methods inherited from class org.apache.olingo.client.core.domain.ClientValuableImpl
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasPrimitiveValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.client.api.domain.ClientValuable
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasPrimitiveValue
-
Constructor Details
-
ClientPropertyImpl
-
-
Method Details
-
getName
Returns property name.- Specified by:
getNamein interfaceClientProperty- Returns:
- property name.
-
getOperation
Description copied from interface:ClientPropertySearches for operation with given title.- Specified by:
getOperationin interfaceClientProperty- Parameters:
title- operation to look for- Returns:
- operation if found with given title, null otherwise
-
getOperations
Gets operations.- Specified by:
getOperationsin interfaceClientProperty- Returns:
- operations.
-
hasNullValue
public boolean hasNullValue()Checks if has null value.- Specified by:
hasNullValuein interfaceClientValuable- Overrides:
hasNullValuein classClientValuableImpl- Returns:
- 'TRUE' if has null value; 'FALSE' otherwise.
-
equals
- Overrides:
equalsin classClientValuableImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classClientValuableImpl
-
getAnnotations
- Specified by:
getAnnotationsin interfaceClientAnnotatable
-
toString
- Overrides:
toStringin classClientValuableImpl
-