Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global class SomeClass {
- global interface someInterface() {
- //various methods returning and accepting standard Apex objects only
- String someMethod(String someParameter);
- }
- }
- global interface MyInterface1 {//methods}
- global interface myInterface2 {
- MyInterface1 getInstanceOfI1();
- }
- Type.forName(namespace, classname);
Add Comment
Please, Sign In to add comment