public class IndexedPropertyInfo extends PropertyInfo
| Constructor | Description |
|---|---|
IndexedPropertyInfo(java.lang.String name,
java.lang.Class type) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
KeyDescription |
getKey() |
Returns the key.
|
void |
setKey(KeyDescription key) |
Sets the key.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPropertyType, getXmlHandler, getXmlName, isPreserve, isReadMethodAvailable, isWriteMethodAvailable, setPreserve, setPropertyType, setReadMethodAvailable, setWriteMethodAvailable, setXmlHandler, setXmlNameequals, getComments, getDescription, getName, getType, hashCode, isConstrained, isNullable, setComments, setConstrained, setDescription, setNullablepublic IndexedPropertyInfo(java.lang.String name, java.lang.Class type)
name - the name.type - the type.public KeyDescription getKey()
public void setKey(KeyDescription key)
key - the key.