Package com.sodius.mdw.server.services
Interface NamedElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the element.Collection<String>
getPropertyNames()
Returns the list of property names associated with this element.String
getPropertyValue(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.service
extension.- Returns:
- the list of property names associated with this element.
- See Also:
getPropertyValue(String)
-
-