java.lang.Object
org.autogui.base.mapping.GuiMappingContext.GuiSourceValue
- Direct Known Subclasses:
GuiMappingContext.GuiSourceValueNone
,GuiMappingContext.GuiSourceValueObject
- Enclosing class:
GuiMappingContext
source value held by a context. it can distinguish null and nothing.
To distinguish other values, it is defined as an independent class, instead of using Optional
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuiSourceValue
public GuiSourceValue()
-
-
Method Details
-
isNone
public boolean isNone() -
getValue
- Returns:
- null if none
-
of
-