| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.provider |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
StructuredType.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.setCollection(boolean isCollection) |
Property |
Property.setDefaultValue(String defaultValue) |
Property |
Property.setMapping(Mapping mapping) |
Property |
Property.setMaxLength(Integer maxLength) |
Property |
Property.setMimeType(String mimeType) |
Property |
Property.setName(String name) |
Property |
Property.setNullable(Boolean nullable) |
Property |
Property.setPrecision(Integer precision) |
Property |
Property.setScale(Integer scale) |
Property |
Property.setType(FullQualifiedName type) |
Property |
Property.setUnicode(Boolean isUnicode) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
StructuredType.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
StructuredType |
StructuredType.setProperties(List<Property> properties) |
EntityType |
EntityType.setProperties(List<Property> properties) |
ComplexType |
ComplexType.setProperties(List<Property> properties) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.