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, wait
getPropertyType, getXmlHandler, getXmlName, isPreserve, isReadMethodAvailable, isWriteMethodAvailable, setPreserve, setPropertyType, setReadMethodAvailable, setWriteMethodAvailable, setXmlHandler, setXmlName
equals, getComments, getDescription, getName, getType, hashCode, isConstrained, isNullable, setComments, setConstrained, setDescription, setNullable
public 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.