public abstract class EdmPropertyImpl extends EdmElementImpl implements EdmProperty, EdmAnnotatable
edmType, multiplicity, typeName
edm, name
Constructor and Description |
---|
EdmPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmCustomizableFeedMappings |
getCustomizableFeedMappings()
Get customizable feed mappings for this property
|
EdmFacets |
getFacets()
Get the facet information for an element
|
String |
getMimeType()
Get the related mime type for the property
|
void |
setAnnotations(EdmAnnotations annotations) |
void |
setCustomizableFeedMappings(EdmCustomizableFeedMappings customizableFeedMappings) |
void |
setDocumentation(EdmDocumentation documentation) |
void |
setFacets(EdmFacets facets) |
void |
setMapping(Mapping mapping) |
void |
setMimeType(String mimeType) |
String |
toString() |
getMapping, setMapping
getMultiplicity, getType, setEdmType, setMultiplicity, setTypeName
getName, setEdm, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSimple
getMapping
getMultiplicity, getType
public EdmFacets getFacets()
EdmElement
getFacets
in interface EdmElement
getFacets
in class EdmElementImpl
EdmFacets
public void setFacets(EdmFacets facets)
setFacets
in class EdmElementImpl
public void setMapping(Mapping mapping)
public void setDocumentation(EdmDocumentation documentation)
public void setCustomizableFeedMappings(EdmCustomizableFeedMappings customizableFeedMappings)
public void setMimeType(String mimeType)
public EdmCustomizableFeedMappings getCustomizableFeedMappings() throws EdmException
EdmProperty
getCustomizableFeedMappings
in interface EdmProperty
EdmCustomizableFeedMappings
EdmException
public void setAnnotations(EdmAnnotations annotations)
public String getMimeType() throws EdmException
EdmProperty
getMimeType
in interface EdmProperty
EdmException
public EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatable
getAnnotations
in interface EdmAnnotatable
EdmAnnotations
never nullEdmException
public String toString()
toString
in class EdmElementImpl
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.