Interface IGraphDefinition2

  • All Superinterfaces:
    com4j.Com4jObject, IGraphDefinition

    public interface IGraphDefinition2
    extends IGraphDefinition
    Configuration information used to build a graph.
    • Method Detail

      • getPropertyByName

        Object getPropertyByName​(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​(String prop,
                               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.