Package io.iworkflow.core.persistence
Class DataAttributeDef
- java.lang.Object
-
- io.iworkflow.core.persistence.DataAttributeDef
-
- All Implemented Interfaces:
PersistenceFieldDef
@Immutable public abstract class DataAttributeDef extends java.lang.Object implements PersistenceFieldDef
-
-
Constructor Summary
Constructors Constructor Description DataAttributeDef()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DataAttributeDef
create(java.lang.Class dataType, java.lang.String key)
abstract java.lang.Class
getDataAttributeType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.iworkflow.core.persistence.PersistenceFieldDef
getKey
-
-
-
-
Method Detail
-
getDataAttributeType
public abstract java.lang.Class getDataAttributeType()
-
create
public static DataAttributeDef create(java.lang.Class dataType, java.lang.String key)
-
-