Package com.here.sdk.venue.data
Class Property
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.Property
Holds information of varying types, such as Boolean, Integer, String. Properties are used
in VenueModel VenueDrawing, VenueLevel
and VenueGeometry to describe this objects.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getType
Gets a type of the property.
It can be used to get type of property.
- Returns:
The type of the property.
-
isBool
public boolean isBool()Gets the property as a Boolean value.
Converts the value of the property to a boolean.
- Returns:
The Boolean value.
-
getInt
public int getInt()Gets the property as an Integer value.
Converts the value of the property to a Integer.
- Returns:
The Integer value.
-
getString
Gets the property as a String value.
Converts the value of the property to a boolean.
- Returns:
The String value.
-