Class ScriptingPoc.Foo
java.lang.Object
edu.internet2.middleware.grouperClient.poc.ScriptingPoc.Foo
- Enclosing class:
- ScriptingPoc
Helper example class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Foo
public Foo()
-
-
Method Details
-
getFoo
Gets foo.- Returns:
- a string.
-
get
Gets an arbitrary property.- Parameters:
arg
- property name.- Returns:
- arg prefixed with 'This is the property '.
-
convert
Gets a string from the argument.- Parameters:
i
- a long.- Returns:
- The argument prefixed with 'The value is : '
-