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 java.lang.Object
getPropertyByName(java.lang.String prop)
Get the value of the specified property by property name.void
setPropertyByName(java.lang.String prop, java.lang.Object newVal)
Set the value of the specified property,by property name and property value.
-
-
-
Method Detail
-
getPropertyByName
java.lang.Object getPropertyByName(java.lang.String prop)
Get the value of the specified property by property name.
- Parameters:
prop
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type java.lang.Object
-
setPropertyByName
void setPropertyByName(java.lang.String prop, java.lang.Object newVal)
Set the value of the specified property,by property name and property value.
- Parameters:
prop
- Mandatory java.lang.String parameter.newVal
- Mandatory java.lang.Object parameter.
-
-