public class EdmTypedImpl extends EdmNamedImpl implements EdmTyped
Modifier and Type | Field and Description |
---|---|
protected EdmType |
edmType |
protected EdmMultiplicity |
multiplicity |
protected FullQualifiedName |
typeName |
edm, name
Constructor and Description |
---|
EdmTypedImpl() |
Modifier and Type | Method and Description |
---|---|
EdmMultiplicity |
getMultiplicity()
See
EdmMultiplicity for more information about possible multiplicities. |
EdmType |
getType()
See
EdmType for more information about possible types. |
void |
setEdmType(EdmType edmType) |
EdmTypedImpl |
setMultiplicity(EdmMultiplicity multiplicity) |
EdmTypedImpl |
setTypeName(FullQualifiedName typeName) |
String |
toString() |
getName, setEdm, setName
protected EdmType edmType
protected FullQualifiedName typeName
protected EdmMultiplicity multiplicity
public void setEdmType(EdmType edmType)
public EdmTypedImpl setTypeName(FullQualifiedName typeName)
public EdmTypedImpl setMultiplicity(EdmMultiplicity multiplicity)
public EdmType getType() throws EdmException
EdmTyped
EdmType
for more information about possible types.getType
in interface EdmTyped
EdmType
EdmException
public EdmMultiplicity getMultiplicity() throws EdmException
EdmTyped
EdmMultiplicity
for more information about possible multiplicities.getMultiplicity
in interface EdmTyped
EdmMultiplicity
EdmException
public String toString()
toString
in class EdmNamedImpl
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.