org.odata4j.format
Class Settings

java.lang.Object
  extended by org.odata4j.format.Settings

public class Settings
extends Object


Field Summary
 OEntityKey entityKey
           
 String entitySetName
           
 FeedCustomizationMapping fcMapping
           
 boolean isResponse
           
 EdmDataServices metadata
           
 EdmType parseType
           
 ODataVersion version
           
 
Constructor Summary
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping)
           
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping, boolean isResponse)
           
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping, boolean isResponse, EdmType parseType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityKey

public final OEntityKey entityKey

entitySetName

public final String entitySetName

fcMapping

public final FeedCustomizationMapping fcMapping

isResponse

public final boolean isResponse

metadata

public final EdmDataServices metadata

parseType

public final EdmType parseType

version

public final ODataVersion version
Constructor Detail

Settings

public Settings(ODataVersion version,
                EdmDataServices metadata,
                String entitySetName,
                OEntityKey entityKey,
                FeedCustomizationMapping fcMapping)

Settings

public Settings(ODataVersion version,
                EdmDataServices metadata,
                String entitySetName,
                OEntityKey entityKey,
                FeedCustomizationMapping fcMapping,
                boolean isResponse)

Settings

public Settings(ODataVersion version,
                EdmDataServices metadata,
                String entitySetName,
                OEntityKey entityKey,
                FeedCustomizationMapping fcMapping,
                boolean isResponse,
                EdmType parseType)


http://odata4j.org