public class ConfigurationACearth extends Configuration
How to avoid writing all the accessors? Code generator that creates derived class from template class? Configuration items in data structure?
© 2002 Christian Treber, [email protected] (06.10.2002)
Constructor and Description |
---|
ConfigurationACearth() |
Modifier and Type | Method and Description |
---|---|
Coordinate |
getSunPos() |
Coordinate |
getSunPosRel() |
Coordinate |
getViewPos() |
void |
setSunPos(Coordinate pSunPos) |
void |
setSunPosRel(Coordinate pSunPosRel) |
void |
setViewPos(Coordinate pViewPos) |
add, getBoolean, getDouble, getInt, getMO, getMOBoolean, getMODouble, getMOEnum, getMOInteger, getMOString, getString, is, setBoolean, setDouble, setEnum, setInt, setString
public Coordinate getViewPos()
public void setViewPos(Coordinate pViewPos)
public Coordinate getSunPos()
public void setSunPos(Coordinate pSunPos)
public Coordinate getSunPosRel()
public void setSunPosRel(Coordinate pSunPosRel)
Copyright © 2016. All Rights Reserved.