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