|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.bindingscheme.UnboundScheme
public class UnboundScheme
NoBinding is a fake binding that is used with Serializer
to validate
the format of the data with out instantiating Objects.
Nested Class Summary | |
---|---|
static class |
UnboundScheme.UnboundOptionalBinding
No value can be assigned to unbound optional binding. |
Constructor Summary | |
---|---|
UnboundScheme()
|
Method Summary | |
---|---|
Binding |
getBinding(DataType type)
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 UnboundScheme()
Method Detail |
---|
public Binding getBinding(DataType type)
BindingScheme
getBinding
in interface BindingScheme
type
- data type
public 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 |