| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MAXIMUM_NUMBER_OF_WINDOWS |
static String |
KEY_TYPE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
WindowTypeCapabilities()
Constructs a newly allocated WindowTypeCapabilities object
|
WindowTypeCapabilities(Hashtable<String,Object> hash)
Constructs a newly allocated WindowTypeCapabilities object indicated by the Hashtable parameter
|
WindowTypeCapabilities(WindowType type,
Integer maximumNumberOfWindows)
Constructs a newly allocated WindowTypeCapabilities object
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaximumNumberOfWindows()
get the maximumNumberOfWindows
|
WindowType |
getType()
get the type of Window
|
WindowTypeCapabilities |
setMaximumNumberOfWindows(Integer maximumNumberOfWindows)
set the maximumNumberOfWindows
|
WindowTypeCapabilities |
setType(WindowType type)
set the type of Window
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_TYPE
public static final String KEY_MAXIMUM_NUMBER_OF_WINDOWS
public WindowTypeCapabilities()
public WindowTypeCapabilities(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic WindowTypeCapabilities(@NonNull
WindowType type,
@NonNull
Integer maximumNumberOfWindows)
type - Type of windows available, to create.maximumNumberOfWindows - Number of windows available, to create.public WindowTypeCapabilities setType(@NonNull WindowType type)
type - Type of windows available, to create.public WindowType getType()
public WindowTypeCapabilities setMaximumNumberOfWindows(@NonNull Integer maximumNumberOfWindows)
maximumNumberOfWindows - Number of windows available, to create.public Integer getMaximumNumberOfWindows()