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
KeyDescriptiongetKey()
Returns the key.
voidsetKey(KeyDescription key)
Sets the key.

Constructor Detail

IndexedPropertyInfo

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

Parameters: name the name. type the type.

Method Detail

getKey

public KeyDescription getKey()
Returns the key.

Returns: the key.

setKey

public void setKey(KeyDescription key)
Sets the key.

Parameters: key the key.