Class UriResourceRefImpl
java.lang.Object
org.apache.olingo.server.core.uri.UriResourceImpl
org.apache.olingo.server.core.uri.UriResourceRefImpl
- All Implemented Interfaces:
UriResource,UriResourceRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIn case of an EntitySet this method will return the EntitySet name.Methods inherited from class org.apache.olingo.server.core.uri.UriResourceImpl
getKind, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, toString
-
Constructor Details
-
UriResourceRefImpl
public UriResourceRefImpl()
-
-
Method Details
-
getSegmentValue
Description copied from interface:UriResourceIn case of an EntitySet this method will return the EntitySet name. In Case of $ref this method will return '$ref" as a String.- Specified by:
getSegmentValuein interfaceUriResource- Returns:
- the value of this URI Resource Segment
-