|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.dataType.impl.DataTypeDefImpl
public class DataTypeDefImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.dataType.DataTypeDef |
---|
DataTypeDef.Type |
Field Summary | |
---|---|
protected DataTypeDef.Type |
type
|
protected DataTypeValueImpl |
value
|
Constructor Summary | |
---|---|
protected |
DataTypeDefImpl()
|
|
DataTypeDefImpl(DataTypeDef.Type type,
DataTypeValueImpl value)
|
Method Summary | |
---|---|
DataTypeDefImpl |
copy()
|
DataTypeDef.Type |
getType()
|
DataTypeValue |
getValue()
|
Methods inherited from class org.ow2.bonita.facade.def.DefImpl |
---|
copy, copy, copy, copy, copy, copy, copy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DataTypeDef.Type type
protected DataTypeValueImpl value
Constructor Detail |
---|
protected DataTypeDefImpl()
public DataTypeDefImpl(DataTypeDef.Type type, DataTypeValueImpl value)
Method Detail |
---|
public DataTypeDefImpl copy()
copy
in class DefImpl
public DataTypeDef.Type getType()
getType
in interface DataTypeDef
public DataTypeValue getValue()
getValue
in interface DataTypeDef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |