public class MetaArrayLengthProperty extends MetaProperty
name, PROPERTY_SET_PREFIX, type
Constructor and Description |
---|
MetaArrayLengthProperty() |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Object object) |
void |
setProperty(Object object,
Object newValue)
Sets the property on the given object to the new value
|
getGetterName, getModifiers, getName, getSetterName, getType
public Object getProperty(Object object)
getProperty
in class MetaProperty
public void setProperty(Object object, Object newValue)
setProperty
in class MetaProperty
object
- on which to set the propertynewValue
- the new value of the propertyRuntimeException
- if the property could not be set