ma.glasnost.orika.metadata
Class ListElementProperty

java.lang.Object
  extended by ma.glasnost.orika.metadata.Property
      extended by ma.glasnost.orika.metadata.ListElementProperty

public class ListElementProperty
extends Property

ListElementProperty is a special Property instance used to represent a value which associated with a particular index in a list.

Author:
matt.deboer@gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from class ma.glasnost.orika.metadata.Property
Property.Builder
 
Constructor Summary
ListElementProperty(int index, Type<?> propertyType, Property owner)
           
 
Method Summary
 boolean isListElement()
           
 
Methods inherited from class ma.glasnost.orika.metadata.Property
copy, copy, equals, getContainer, getElement, getElementType, getExpression, getGetter, getGetterName, getName, getPath, getRawType, getSetter, getSetterName, getType, hashCode, hasPath, isArray, isArrayElement, isAssignableFrom, isCollection, isEnum, isList, isMap, isMapKey, isMultiOccurrence, isPrimitive, isSet, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListElementProperty

public ListElementProperty(int index,
                           Type<?> propertyType,
                           Property owner)
Method Detail

isListElement

public boolean isListElement()
Overrides:
isListElement in class Property
Returns:
true if this property represents a list element


Copyright © 2013 Glasnost. All Rights Reserved.