Package com.sodius.mdw.server.services
Interface NamedElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the element.Collection<String>getPropertyNames()Returns the list of property names associated with this element.StringgetPropertyValue(String name)Returns the value associated with the specified property name.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the element.- Returns:
- the name of the element.
-
getPropertyNames
Collection<String> getPropertyNames()
Returns the list of property names associated with this element. Those are the properties defined in thecom.sodius.mdw.server.serviceextension.- Returns:
- the list of property names associated with this element.
- See Also:
getPropertyValue(String)
-
-