EDMFormalParameter
edm.edom3
Interface EDMFormalParameter
public interface EDMFormalParameter
Copyright(C) EPM Technology AS.Version:3.70Author:Arve Rasmussen - EPM Technology AS.
Method Summary
All Methods Instance Methods Abstract MethodsÂ
Modifier and Type Method and Description java.lang.String
getName()
Get EDMFormalParameter name.java.lang.String
getTypeAttr()
ÂEDMSelect
getValueType()
Get EDMFormalParameter value type.
Method Detail
getName
java.lang.String getName() throws EdmiException
Get EDMFormalParameter name.Returns:a String object.Throws:EdmiException - if the method fails
getTypeAttr
java.lang.String getTypeAttr() throws EdmiException
Throws:EdmiException
getValueType
EDMSelect getValueType() throws EdmiException
Get EDMFormalParameter value type. Conventions are:Â
If type is an INSTANCE:Â
-- .getSdaiType() == PrimitiveTypes.sdaiINSTANCEÂ
-- .getInstance() == EDMInstance for parameter definition (ENTITY_DEFINITION)Â
If type is an AGGREGATE:Â
-- .getSdaiType() == PrimitiveTypes.sdaiAGGRÂ
-- .getAggregate().getAggregateType() == sdaisdaiXXXXÂ
Other types like INTEGER etc:Â
-- .getSdaiType() == PrimitiveTypes.sdaiXXXXReturns:A select denoting the typeThrows:EdmiException - if the method fails