Interface JSLocations
-
- All Superinterfaces:
JSMap<String,JSLocation>,JSValue
- All Known Implementing Classes:
JSLocationsImpl
public interface JSLocations extends JSMap<String,JSLocation>
User: mike Date: 4/21/20 Time: 13:45
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSProperty<JSLocation>makeLocation()Create and add a new location object with a small integer as key-
Methods inherited from interface org.bedework.jsforj.model.values.collections.JSMap
get, get, getKeys, makeEntry, put, put, remove, remove, size
-
Methods inherited from interface org.bedework.jsforj.model.values.JSValue
clear, copy, getBooleanProperty, getBooleanValue, getChanged, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setProperty, setProperty, setProperty, setProperty, setProperty, writeValue, writeValueAsString, writeValueAsStringFormatted
-
-
-
-
Method Detail
-
makeLocation
JSProperty<JSLocation> makeLocation()
Create and add a new location object with a small integer as key
-
-