- java.lang.Object
-
- de.ibapl.jnhw.common.util.ObjectDefine<T>
-
public abstract class ObjectDefine<T> extends Object
- Author:
- aploese
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectDefineUNDEFINED
-
Constructor Summary
Constructors Constructor Description ObjectDefine()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tget()abstract booleanisDefined()static ObjectDefinetoObjectDefine(Object value)
-
-
-
Field Detail
-
UNDEFINED
public static final ObjectDefine UNDEFINED
-
-
Method Detail
-
toObjectDefine
public static ObjectDefine toObjectDefine(Object value)
-
isDefined
public abstract boolean isDefined()
-
get
public abstract T get()
-
-