ru.biosoft.access.support
Class SetArrayPropertyCommand
ru.biosoft.access.support.SetPropertyCommand
|
+--ru.biosoft.access.support.SetArrayPropertyCommand
- public class SetArrayPropertyCommand
- extends SetPropertyCommand
| Constructor Summary |
SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer) |
SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer, int indent) |
SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer, int indent, boolean duplicateTags) |
SetArrayPropertyCommand(String tag, PropertyDescriptor descriptor, TagEntryTransformer transformer) |
SetArrayPropertyCommand(String tag, PropertyDescriptor descriptor, TagEntryTransformer transformer, int indent, boolean duplicateTags) |
SetArrayPropertyCommand(String tag, Class bean, Class type, String readMethod, String writeMethod, TagEntryTransformer transformer) |
SetArrayPropertyCommand(String tag, Class bean, Class type, String readMethod, String writeMethod, TagEntryTransformer transformer, int indent, boolean duplicateTags) |
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer, int indent)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, Class type, Method readMethod, Method writeMethod, TagEntryTransformer transformer, int indent, boolean duplicateTags)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, PropertyDescriptor descriptor, TagEntryTransformer transformer)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, PropertyDescriptor descriptor, TagEntryTransformer transformer, int indent, boolean duplicateTags)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, Class bean, Class type, String readMethod, String writeMethod, TagEntryTransformer transformer)
SetArrayPropertyCommand
public SetArrayPropertyCommand(String tag, Class bean, Class type, String readMethod, String writeMethod, TagEntryTransformer transformer, int indent, boolean duplicateTags)
addValue
public void addValue(String appendValue)
complete
public void complete(String tag)
getTaggedValue
public String getTaggedValue()
start
public void start(String tag)
to Class java.util.Vector
BOTTOM