Package step.repository.alm.otaclient
Interface IGraphDefinition2
-
- All Superinterfaces:
com4j.Com4jObject
,IGraphDefinition
public interface IGraphDefinition2 extends IGraphDefinition
Configuration information used to build a graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getPropertyByName(String prop)
Get the value of the specified property by property name.void
setPropertyByName(String prop, Object newVal)
Set the value of the specified property,by property name and property value.
-