Uses of Class
org.apache.olingo.odata2.api.edm.provider.Facets
-
Packages that use Facets Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of Facets in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return Facets Modifier and Type Method Description FacetsFacets. setAutoGenerated(Boolean autoGenerated)FacetsFacets. setCollation(String collation)Sets the collation of thisFacetsFacetsFacets. setConcurrencyMode(EdmConcurrencyMode concurrencyMode)Sets theEdmConcurrencyModeof thisFacetsFacetsFacets. setDefaultValue(String defaultValue)Sets the default value of thisFacetsFacetsFacets. setFixedLength(Boolean fixedLength)Sets the fixed length of thisFacetsFacetsFacets. setMaxLength(Integer maxLength)Sets the maximum length of thisFacetsFacetsFacets. setNullable(Boolean nullable)Sets if thisFacetsis nullableFacetsFacets. setPrecision(Integer precision)Sets the precision of thisFacetsFacetsFacets. setScale(Integer scale)Sets the scale of thisFacetsFacetsFacets. setUnicode(Boolean unicode)Sets if thisFacetsis in Unicode
-