Class ADEPreference
- java.lang.Object
-
- org.citydb.config.project.kmlExporter.ADEPreference
-
public class ADEPreference extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ADEPreference()
ADEPreference(java.lang.String target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Balloon
getBalloon()
PointAndCurve
getPointAndCurve()
Styles
getStyles()
java.lang.String
getTarget()
boolean
isSetTarget()
void
setBalloon(Balloon balloon)
void
setPointAndCurve(PointAndCurve pointAndCurve)
void
setStyles(Styles styles)
void
setTarget(java.lang.String target)
-
-
-
Method Detail
-
getTarget
public java.lang.String getTarget()
-
isSetTarget
public boolean isSetTarget()
-
setTarget
public void setTarget(java.lang.String target)
-
getStyles
public Styles getStyles()
-
setStyles
public void setStyles(Styles styles)
-
getBalloon
public Balloon getBalloon()
-
setBalloon
public void setBalloon(Balloon balloon)
-
getPointAndCurve
public PointAndCurve getPointAndCurve()
-
setPointAndCurve
public void setPointAndCurve(PointAndCurve pointAndCurve)
-
-