Class ScriptingPoc.Foo

java.lang.Object
edu.internet2.middleware.grouperClient.poc.ScriptingPoc.Foo
Enclosing class:
ScriptingPoc

public static class ScriptingPoc.Foo extends Object
Helper example class.
  • Constructor Details

    • Foo

      public Foo()
  • Method Details

    • getFoo

      public String getFoo()
      Gets foo.
      Returns:
      a string.
    • get

      public String get(String arg)
      Gets an arbitrary property.
      Parameters:
      arg - property name.
      Returns:
      arg prefixed with 'This is the property '.
    • convert

      public String convert(long i)
      Gets a string from the argument.
      Parameters:
      i - a long.
      Returns:
      The argument prefixed with 'The value is : '