public class LaneAttribute extends Attribute<Lane,LaneAttribute> implements Serializable
| Constructor and Description | 
|---|
LaneAttribute()
 Constructor for LaneAttribute. 
 | 
LaneAttribute(int laneAttributeId,
             Lane lane)
 Constructor for LaneAttribute. 
 | 
LaneAttribute(int laneAttributeId,
             Lane lane,
             String tag,
             String value,
             String units)
 Constructor for LaneAttribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Lane | 
getLane()
 Getter for the field  
lane. | 
Integer | 
getLaneAttributeId()
 Getter for the field  
laneAttributeId. | 
String | 
getTag()
 Getter for the field  
tag. | 
String | 
getUnit()
 getUnit. 
 | 
String | 
getUnits()
 Getter for the field  
units. | 
String | 
getValue()
 Getter for the field  
value. | 
void | 
setAttributeParent(Lane parent)
Associate this attribute with its parent 
 | 
void | 
setLane(Lane lane)
 Setter for the field  
lane. | 
void | 
setLaneAttributeId(Integer laneAttributeId)
 Setter for the field  
laneAttributeId. | 
void | 
setTag(String tag)
 Setter for the field  
tag. | 
void | 
setUnit(String unit)
 setUnit. 
 | 
void | 
setUnits(String units)
 Setter for the field  
units. | 
void | 
setValue(String value)
 Setter for the field  
value. | 
public LaneAttribute()
Constructor for LaneAttribute.
public LaneAttribute(int laneAttributeId,
             Lane lane)
Constructor for LaneAttribute.
laneAttributeId - a int.lane - a Lane object.public Integer getLaneAttributeId()
 Getter for the field laneAttributeId.
 
Integer object.public void setLaneAttributeId(Integer laneAttributeId)
 Setter for the field laneAttributeId.
 
laneAttributeId - a Integer object.public String getTag()
 Getter for the field tag.
 
getTag in class Attribute<Lane,LaneAttribute>String object.public void setTag(String tag)
 Setter for the field tag.
 
setTag in class Attribute<Lane,LaneAttribute>tag - a String object.public String getValue()
 Getter for the field value.
 
getValue in class Attribute<Lane,LaneAttribute>String object.public void setValue(String value)
 Setter for the field value.
 
setValue in class Attribute<Lane,LaneAttribute>value - a String object.public void setUnits(String units)
 Setter for the field units.
 
units - a String object.public void setAttributeParent(Lane parent)
AttributesetAttributeParent in class Attribute<Lane,LaneAttribute>public String getUnit()
AttributegetUnit.
getUnit in class Attribute<Lane,LaneAttribute>String object.Copyright © 2015 SeqWare. All rights reserved.