public abstract static class Road.Properties
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Properties(java.lang.String velocity)
Instantiates a new Properties.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVelocity()
Gets velocity.
|
boolean |
hasVelocity()
Has velocity.
|
void |
setVelocity(java.lang.String velocity)
Sets velocity.
|