public static class

MetadataProducer.CustomOptions

extends Object
java.lang.Object
   ↳ org.odata4j.producer.edm.MetadataProducer.CustomOptions

Summary

Constants
String Flatten If true, a query for a structural type will return a flattened representation of the type..i.e.
String Locale Locale will be parsed as a locale string ala java.util.Locale.
Public Constructors
MetadataProducer.CustomOptions()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String Flatten

If true, a query for a structural type will return a flattened representation of the type..i.e. it will contain inherited properties as well.

Constant Value: "flatten"

public static final String Locale

Locale will be parsed as a locale string ala java.util.Locale.

Constant Value: "locale"

Public Constructors

public MetadataProducer.CustomOptions ()