public class Interface extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
Interface.Operation |
Modifier and Type | Method and Description |
---|---|
Interface.Operation |
addOperation(String id,
String name) |
String |
getId() |
String |
getImplementationRef() |
String |
getName() |
Interface.Operation |
getOperation(String name) |
void |
setImplementationRef(String implementationRef) |
public String getId()
public String getName()
public Interface.Operation addOperation(String id, String name)
public Interface.Operation getOperation(String name)
public void setImplementationRef(String implementationRef)
public String getImplementationRef()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.