Class typeAddAttr
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.typeAddAttr
Add an
Attribute to a GroupType.
- Since:
- 0.1.0
- Version:
- $Id: typeAddAttr.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeDefNameAdd anAttributeto aGroupType.static AttributeDefNameinvoke(GrouperSession grouperSession, String type, String name) Add anAttributeto aGroupType.
-
Constructor Details
-
typeAddAttr
public typeAddAttr()
-
-
Method Details
-
invoke
public static AttributeDefName invoke(bsh.Interpreter i, bsh.CallStack stack, String type, String name) throws GrouperShellException Add anAttributeto aGroupType.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.type- Add to thisGroupType.name- Name ofAttribute.- Returns:
Field- Throws:
GrouperShellException- Since:
- 0.1.0
-
invoke
Add anAttributeto aGroupType.- Parameters:
grouperSession-type- Add to thisGroupType.name- Name ofAttribute.- Returns:
Field
-