public class ListDataType<T> extends ArrayList<T> implements flipkart.lego.api.entities.DataType
modCount| Constructor and Description |
|---|
ListDataType(Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getShortDescription() |
List<Integer> |
getVersion() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ListDataType(Collection<? extends T> collection)
public String getShortDescription()
getShortDescription in interface flipkart.lego.api.helpers.Describablepublic String getDescription()
getDescription in interface flipkart.lego.api.helpers.Describablepublic String getId() throws UnsupportedOperationException
getId in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionpublic String getName() throws UnsupportedOperationException
getName in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionCopyright © 2016. All rights reserved.