org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
Class NoRawContent

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.NoRawContent
All Implemented Interfaces:
RawContentLocationConfig

public class NoRawContent
extends java.lang.Object
implements RawContentLocationConfig

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
NoRawContent()
           
 
Method Summary
 RawContentLocationType getType()
          Returns this location type.
static NoRawContent instance()
          Returns a singlenton instance.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRawContent

public NoRawContent()
Method Detail

instance

public static NoRawContent instance()
Returns a singlenton instance.

Returns:
the singleton instance.

getType

public RawContentLocationType getType()
Returns this location type.

Specified by:
getType in interface RawContentLocationConfig
Returns:
the location type.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object