| Methods in org.ow2.orchestra.pvm.internal.wire.binding that return AbstractDescriptor |
protected AbstractDescriptor |
ShortBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
LongBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
ByteBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
StringBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
CharBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
DoubleBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
IntBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
FloatBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected abstract AbstractDescriptor |
BasicTypeBinding.createDescriptor(String value,
Element element,
Parse parse)
subclasses can be sure that the value is not null. subclasses should use
{@link #createValueExceptionMessage(String, Element) for reporting format
problems in the parse. |