addPropertyset
public void addPropertyset(PropertySet ref)
appendName
public void appendName(String name)
appendPrefix
public void appendPrefix(String prefix)
appendRegex
public void appendRegex(String regex)
assertNotReference
protected final void assertNotReference()
Ensures this data type is not a reference.
Calling this method as the first line of every bean method of
this data type (setXyz, addXyz, createXyz) ensure proper handling
of the refid attribute.
createMapper
public Mapper createMapper()
getDynamic
public boolean getDynamic()
getMapper
public Mapper getMapper()
getProperties
public Properties getProperties()
getRef
protected PropertySet getRef()
Performs the check for circular references and returns the
referenced FileList.
setDynamic
public void setDynamic(boolean dynamic)
setMapper
public void setMapper(String type,
String from,
String to)
setNegate
public void setNegate(boolean negate)
setRefid
public final void setRefid(Reference r)
Sets the value of the refid attribute.
- setRefid in interface DataType
r
- the reference this datatype should point to.