public abstract class EdmElementImpl extends EdmTypedImpl implements EdmElement
edmType, multiplicity, typeName
edm, name
Constructor and Description |
---|
EdmElementImpl() |
Modifier and Type | Method and Description |
---|---|
EdmFacets |
getFacets()
Get the facet information for an element
|
EdmMapping |
getMapping()
Get mapping information applied to an EDM element
|
void |
setFacets(EdmFacets edmFacets) |
void |
setMapping(EdmMapping edmMapping) |
String |
toString() |
getMultiplicity, getType, setEdmType, setMultiplicity, setTypeName
getName, setEdm, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMultiplicity, getType
public EdmMapping getMapping() throws EdmException
EdmMappable
getMapping
in interface EdmMappable
EdmMapping
EdmException
public void setFacets(EdmFacets edmFacets)
public void setMapping(EdmMapping edmMapping)
public EdmFacets getFacets() throws EdmException
EdmElement
getFacets
in interface EdmElement
EdmFacets
EdmException
public String toString()
toString
in class EdmTypedImpl
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.