org.jfree.xml.generator.model

Class IndexedPropertyInfo


public class IndexedPropertyInfo
extends PropertyInfo

Indexed property info.

Constructor Summary

IndexedPropertyInfo(String name, Class type)
Creates a new instance.

Method Summary

KeyDescription
getKey()
Returns the key.
void
setKey(KeyDescription key)
Sets the key.

Methods inherited from class org.jfree.xml.generator.model.PropertyInfo

getPropertyType, getXmlHandler, getXmlName, isPreserve, isReadMethodAvailable, isWriteMethodAvailable, setPreserve, setPropertyType, setReadMethodAvailable, setWriteMethodAvailable, setXmlHandler, setXmlName

Methods inherited from class org.jfree.xml.generator.model.TypeInfo

equals, getComments, getDescription, getName, getType, hashCode, isConstrained, isNullable, setComments, setConstrained, setDescription, setNullable

Constructor Details

IndexedPropertyInfo

public IndexedPropertyInfo(String name,
                           Class type)
Creates a new instance.
Parameters:
name - the name.
type - the type.

Method Details

getKey

public KeyDescription getKey()
Returns the key.
Returns:
the key.

setKey

public void setKey(KeyDescription key)
Sets the key.
Parameters:
key - the key.