|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.util.SingleBinding
public class SingleBinding
Binding constructor for a single data type.
Constructor Summary | |
---|---|
SingleBinding(Binding binding)
|
Method Summary | |
---|---|
Binding |
getBinding(DataType type2)
Get binding of a data type |
boolean |
supportsType(DataType type)
Tests if the scheme supports a type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleBinding(Binding binding)
Method Detail |
---|
public Binding getBinding(DataType type2) throws BindingConstructionException
BindingScheme
getBinding
in interface BindingScheme
type2
- data type
BindingConstructionException
- if data type is not supportedpublic boolean supportsType(DataType type)
BindingScheme
supportsType
in interface BindingScheme
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |