org.jfree.xml.generator.model
public class IndexedPropertyInfo extends PropertyInfo
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.
|
Parameters: name the name. type the type.
Returns: the key.
Parameters: key the key.