|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.model.TypeInfo
org.jfree.xml.generator.model.PropertyInfo
org.jfree.xml.generator.model.IndexedPropertyInfo
public class IndexedPropertyInfo
Indexed property info.
Constructor Summary | |
---|---|
IndexedPropertyInfo(java.lang.String name,
java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedPropertyInfo(java.lang.String name, java.lang.Class type)
name
- the name.type
- the type.Method Detail |
---|
public KeyDescription getKey()
public void setKey(KeyDescription key)
key
- the key.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |