|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.Property
public abstract class Property
Objects of this class represent a property of an entity type
Constructor Summary | |
---|---|
Property()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Property()
Method Detail |
---|
public String getName()
public EdmFacets getFacets()
EdmFacets
of this propertypublic CustomizableFeedMappings getCustomizableFeedMappings()
CustomizableFeedMappings
of this propertypublic String getMimeType()
public Mapping getMapping()
Mapping
of this propertypublic Documentation getDocumentation()
Documentation
of this propertypublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic Property setName(String name)
Property
name
-
Property
for method chainingpublic Property setFacets(EdmFacets facets)
Facets
for this Property
facets
-
Property
for method chainingpublic Property setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
CustomizableFeedMappings
for this Property
customizableFeedMappings
-
Property
for method chainingpublic Property setMimeType(String mimeType)
Property
mimeType
-
Property
for method chainingpublic Property setMapping(Mapping mapping)
Mapping
for this Property
mapping
-
Property
for method chainingpublic Property setDocumentation(Documentation documentation)
Documentation
for this Property
documentation
-
Property
for method chainingpublic Property setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Property
annotationAttributes
-
Property
for method chainingpublic Property setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Property
annotationElements
-
Property
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |