com.astroshare.astroonline.core
Class Constants

java.lang.Object
  extended by com.astroshare.astroonline.core.Constants

public class Constants
extends java.lang.Object

Astro-Online Constants.

This class offers quick access to often used constants throughout the Astro-Online application.


Field Summary
static int AO_AS
           Ascendant
static int AO_Fortuna
           Fortuna
static int AO_MC
           MC
static int AOErr_BirthData
           Astro-Online error code (missing data)
static int AOErr_BirthDate
           Astro-Online error code (date or time not entered)
static int AOErr_CountryPlace1
           Astro-Online error code (country/city person1 not found)
static int AOErr_CountryPlace2
           Astro-Online error code (country/city person2 not found)
static int AOErr_DateFormat
           Astro-Online error code (date or time incorrect)
static int AOErr_Mailform
           Astro-Online error code (not all mail items entered)
static int AOErr_MaxYear
           Astro-Online error code (max birthyear is 3000)
static int AOErr_NoErr
           Astro-Online error code (no error)
static int AOErr_SoapNoCity
           Astro-Online error code (argument city not entered)
static int AOErr_SoapNoCountry
           Astro-Online error code (argument country not entered)
static int AOErr_SoapNoType
           Astro-Online error code (argument type not entered)
static int AOErr_SoapService
           Astro-Online error code (atlas not available)
static java.lang.String AOMsg_CouldNotProcess
           Standard error message in case nothing works
static int[] aspectCharNumber
           Characterset aspects
static int[] aspectCorner
           Aspects corner
static int aspectDIS
           Disharmonic aspects
static int aspectHAR
           Harmonic aspects
static int[] aspectVariation
           Aspects variation
static java.lang.String brandmark_1
           Astro-Online brand part 1
static java.lang.String brandmark_2
           Astro-Online brand part 2
static java.lang.String CONTENT_CSS
           Content type CSS (stylesheet)
static java.lang.String CONTENT_HTML
           Content type HTML (Old value: text/html; charset=windows-1252)
static java.lang.String CONTENT_JS
           Content type JS (javascript)
static java.lang.String CONTENT_PLAIN
           Content type PLAIN (plain text - ASCII)
static int[] crossValue
           Cross values
static int[] elementValue
           Element values
static double pi
           Pi
static int[] planetCharNumber
           Characterset planets
static int SE_JUPITER
           Jupiter
static int SE_MARS
           Mars
static int SE_MEAN_NODE
           Mean node
static int SE_MERCURY
           Mercury
static int SE_MOON
           Moon
static int SE_NEPTUNE
           Neptune
static int SE_PLUTO
           Pluto
static int SE_SATURN
           Saturn
static int SE_SUN
           Sun
static int SE_TRUE_NODE
           True node
static int SE_URANUS
           Uranus
static int SE_VENUS
           Venus
static int[] signCharNumber
           Characterset signs
static java.lang.String undefined
           Undefined string
static java.lang.String version
           Astro-Online Version
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version

Astro-Online Version

See Also:
Constant Field Values

brandmark_1

public static final java.lang.String brandmark_1

Astro-Online brand part 1

See Also:
Constant Field Values

brandmark_2

public static final java.lang.String brandmark_2

Astro-Online brand part 2

See Also:
Constant Field Values

AOMsg_CouldNotProcess

public static final java.lang.String AOMsg_CouldNotProcess

Standard error message in case nothing works

See Also:
Constant Field Values

CONTENT_HTML

public static final java.lang.String CONTENT_HTML

Content type HTML

(Old value: text/html; charset=windows-1252)

See Also:
Constant Field Values

CONTENT_CSS

public static final java.lang.String CONTENT_CSS

Content type CSS (stylesheet)

See Also:
Constant Field Values

CONTENT_JS

public static final java.lang.String CONTENT_JS

Content type JS (javascript)

See Also:
Constant Field Values

CONTENT_PLAIN

public static final java.lang.String CONTENT_PLAIN

Content type PLAIN (plain text - ASCII)

See Also:
Constant Field Values

undefined

public static java.lang.String undefined

Undefined string


SE_SUN

public static final int SE_SUN

Sun

See Also:
Constant Field Values

SE_MOON

public static final int SE_MOON

Moon

See Also:
Constant Field Values

SE_MERCURY

public static final int SE_MERCURY

Mercury

See Also:
Constant Field Values

SE_VENUS

public static final int SE_VENUS

Venus

See Also:
Constant Field Values

SE_MARS

public static final int SE_MARS

Mars

See Also:
Constant Field Values

SE_JUPITER

public static final int SE_JUPITER

Jupiter

See Also:
Constant Field Values

SE_SATURN

public static final int SE_SATURN

Saturn

See Also:
Constant Field Values

SE_URANUS

public static final int SE_URANUS

Uranus

See Also:
Constant Field Values

SE_NEPTUNE

public static final int SE_NEPTUNE

Neptune

See Also:
Constant Field Values

SE_PLUTO

public static final int SE_PLUTO

Pluto

See Also:
Constant Field Values

SE_MEAN_NODE

public static final int SE_MEAN_NODE

Mean node

See Also:
Constant Field Values

SE_TRUE_NODE

public static final int SE_TRUE_NODE

True node

See Also:
Constant Field Values

AO_Fortuna

public static final int AO_Fortuna

Fortuna

See Also:
Constant Field Values

AO_AS

public static final int AO_AS

Ascendant

See Also:
Constant Field Values

AO_MC

public static final int AO_MC

MC

See Also:
Constant Field Values

pi

public static final double pi

Pi

See Also:
Constant Field Values

AOErr_NoErr

public static final int AOErr_NoErr

Astro-Online error code (no error)

See Also:
Constant Field Values

AOErr_BirthDate

public static final int AOErr_BirthDate

Astro-Online error code (date or time not entered)

See Also:
Constant Field Values

AOErr_BirthData

public static final int AOErr_BirthData

Astro-Online error code (missing data)

See Also:
Constant Field Values

AOErr_DateFormat

public static final int AOErr_DateFormat

Astro-Online error code (date or time incorrect)

See Also:
Constant Field Values

AOErr_CountryPlace1

public static final int AOErr_CountryPlace1

Astro-Online error code (country/city person1 not found)

See Also:
Constant Field Values

AOErr_CountryPlace2

public static final int AOErr_CountryPlace2

Astro-Online error code (country/city person2 not found)

See Also:
Constant Field Values

AOErr_Mailform

public static final int AOErr_Mailform

Astro-Online error code (not all mail items entered)

See Also:
Constant Field Values

AOErr_SoapService

public static final int AOErr_SoapService

Astro-Online error code (atlas not available)

See Also:
Constant Field Values

AOErr_SoapNoCountry

public static final int AOErr_SoapNoCountry

Astro-Online error code (argument country not entered)

See Also:
Constant Field Values

AOErr_SoapNoCity

public static final int AOErr_SoapNoCity

Astro-Online error code (argument city not entered)

See Also:
Constant Field Values

AOErr_SoapNoType

public static final int AOErr_SoapNoType

Astro-Online error code (argument type not entered)

See Also:
Constant Field Values

AOErr_MaxYear

public static final int AOErr_MaxYear

Astro-Online error code (max birthyear is 3000)

See Also:
Constant Field Values

signCharNumber

public static final int[] signCharNumber

Characterset signs


planetCharNumber

public static final int[] planetCharNumber

Characterset planets


aspectCorner

public static final int[] aspectCorner

Aspects corner


aspectVariation

public static final int[] aspectVariation

Aspects variation


aspectCharNumber

public static final int[] aspectCharNumber

Characterset aspects


aspectHAR

public static final int aspectHAR

Harmonic aspects

See Also:
Constant Field Values

aspectDIS

public static final int aspectDIS

Disharmonic aspects

See Also:
Constant Field Values

elementValue

public static final int[] elementValue

Element values


crossValue

public static final int[] crossValue

Cross values

Constructor Detail

Constants

public Constants()


Astro-Online © 2001 − 2008 Astro Share
Documentation generated on: Thursday August 12th 2008 (PS)