Represents the length property of an array
| Constructor and description | 
|---|
                                MetaArrayLengthProperty
                                ()Sole constructor setting name to "length" and type to int  | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Object | 
                            getProperty(Object object)Get this property from the given object.  | 
                        
 | 
                            void | 
                            setProperty(Object object, Object newValue)Sets the property on the given object to the new value  | 
                        
Sole constructor setting name to "length" and type to int
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.