| Modifier and Type | Optional Element and Description |
|---|---|
String |
collectionElementName
For a collection, if this is not defaulted, each element of the
collection will be wrapped in this extra tag
|
boolean |
dontSave
set true for getters when we don't want to save as part of the config.
|
String |
elementName
Name of element to use in xml dump
|
String |
elementType
Type of element for collections
|
String |
type
Set this for an attribute defining the class to be used when read.
|
public abstract String elementName
public abstract String elementType
public abstract String collectionElementName
public abstract boolean dontSave
public abstract String type
If not set the class of the object being written is assumed.
Copyright © 2016 Bedework. All rights reserved.