|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.method.Interface
public class Interface
An interface, a description of methods.
Constructor Summary | |
---|---|
Interface()
|
|
Interface(MethodTypeDefinition... methodDefs)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
MethodTypeDefinition[] |
getMethodDefinitions()
Get ordered list of method descriptions |
java.util.Set<MethodTypeDefinition> |
getMethodDefinitionSet()
Get ordered list of method descriptions |
int |
hashCode()
|
void |
remove(MethodTypeDefinition methodDef)
Remove method |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Interface()
public Interface(MethodTypeDefinition... methodDefs)
Method Detail |
---|
public void remove(MethodTypeDefinition methodDef)
methodDef
- method type definitionpublic MethodTypeDefinition[] getMethodDefinitions()
public java.util.Set<MethodTypeDefinition> getMethodDefinitionSet()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |