Package jadex.commons.beans
Interface DesignMode
-
- All Known Subinterfaces:
BeanContext
,BeanContextServices
- All Known Implementing Classes:
BeanContextServicesSupport
,BeanContextSupport
public interface DesignMode
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTYNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDesignTime()
void
setDesignTime(boolean designTime)
-
-
-
Field Detail
-
PROPERTYNAME
static final java.lang.String PROPERTYNAME
- See Also:
- Constant Field Values
-
-