Uses of Class
org.apache.olingo.odata2.api.edm.provider.Facets

Packages that use Facets
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
 Facets Facets.setCollation(String collation)
          Sets the collation of this Facets
 Facets Facets.setConcurrencyMode(EdmConcurrencyMode concurrencyMode)
          Sets the EdmConcurrencyMode of this Facets
 Facets Facets.setDefaultValue(String defaultValue)
          Sets the default value of this Facets
 Facets Facets.setFixedLength(Boolean fixedLength)
          Sets the fixed length of this Facets
 Facets Facets.setMaxLength(Integer maxLength)
          Sets the maximum length of this Facets
 Facets Facets.setNullable(Boolean nullable)
          Sets if this Facets is nullable
 Facets Facets.setPrecision(Integer precision)
          Sets the precision of this Facets
 Facets Facets.setScale(Integer scale)
          Sets the scale of this Facets
 Facets Facets.setUnicode(Boolean unicode)
          Sets if this Facets is in Unicode
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.