Package com.sodius.mdw.server.services
Interface Parameter
-
- All Superinterfaces:
NamedElement
public interface Parameter extends NamedElement
Describes the parameter of a service.This interface is not intended to be implemented by clients.
- See Also:
Service.getParameters()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
Returns the type name of this parameter.-
Methods inherited from interface com.sodius.mdw.server.services.NamedElement
getName, getPropertyNames, getPropertyValue
-
-
-
-
Method Detail
-
getType
String getType()
Returns the type name of this parameter.- Returns:
- the type name of this parameter.
-
-