ma.glasnost.orika.metadata
Class ListElementProperty
java.lang.Object
ma.glasnost.orika.metadata.Property
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
| 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 |
ListElementProperty
public ListElementProperty(int index,
Type<?> propertyType,
Property owner)
isListElement
public boolean isListElement()
- Overrides:
isListElement in class Property
- Returns:
- true if this property represents a list element
Copyright © 2013 Glasnost. All Rights Reserved.