| |
|
| java.lang.Object org.jibx.binding.def.DirectProperty
DirectProperty | public class DirectProperty implements IComponent(Code) | | Property reference with marshaller and unmarshaller. This handles loading
and storing the property value, calling the supplied marshaller and
unmarshaller for all else.
author: Dennis M. Sosnoski version: 1.0 |
DirectProperty | public DirectProperty(PropertyDefinition prop, DirectObject direct)(Code) | | Constructor.
Parameters: prop - property definition Parameters: direct - object direct binding information |
hasAttribute | public boolean hasAttribute()(Code) | | |
hasContent | public boolean hasContent()(Code) | | |
hasId | public boolean hasId()(Code) | | |
isOptional | public boolean isOptional()(Code) | | |
print | public void print(int depth)(Code) | | |
|
|
|