public abstract class AbstractDataType extends Object implements flipkart.lego.api.entities.DataType
DataType with default implementations for
Identifiable and Describable| Constructor and Description |
|---|
AbstractDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getShortDescription() |
List<Integer> |
getVersion() |
public String getId() throws UnsupportedOperationException
getId in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionpublic String getName() throws UnsupportedOperationException
getName in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionpublic List<Integer> getVersion() throws UnsupportedOperationException
getVersion in interface flipkart.lego.api.helpers.VersionedUnsupportedOperationExceptionpublic String getShortDescription()
getShortDescription in interface flipkart.lego.api.helpers.Describablepublic String getDescription()
getDescription in interface flipkart.lego.api.helpers.DescribableCopyright © 2016. All rights reserved.