com.tensegrity.composite.geometry.persistence
Class GeometryConstantsPersistence

java.lang.Object
  extended bycom.tensegrity.composite.geometry.persistence.GeometryConstantsPersistence

public class GeometryConstantsPersistence
extends java.lang.Object

During the serialization- and the building process many constant String's like attributenames are needed. To avoid errors during developement time and to achieve flexibility, we define these constants in this class. This would enhance readibility of the resulting XML files.

Version:
$Id: GeometryConstantsPersistence.java,v 1.12 2005/01/19 14:28:05 BurkhardWick Exp $
Author:
Gilles Iachelini

Field Summary
static java.lang.String ATTRIBUTES
          All required String constants needed during the conversion of Geometries.
static java.lang.String COORDINATE
          All required String constants needed during the conversion of Geometries.
static java.lang.String COORDINATES
          All required String constants needed during the conversion of Geometries.
static java.lang.String DESCRIPTORITEM
          All required String constants needed during the conversion of Geometries.
static java.lang.String DESCRIPTORITEMS
          All required String constants needed during the conversion of Geometries.
static java.lang.String DTD
          Constant holding the DTD for a geometry.xml.
static java.lang.String GEOMETRYDESCRIPTOR
          All required String constants needed during the conversion of Geometries.
static java.lang.String GEOMETRYHINTS
          All required String constants needed during the conversion of Geometries.
static java.lang.String GEOMETRYITEM
          All required String constants needed during the conversion of Geometries.
static java.lang.String GEOMETRYITEMNAME
          All required String constants needed during the conversion of Geometries.
static java.lang.String NAME
          All required String constants needed during the conversion of Geometries.
static java.lang.String REFCOORDINATE
          All required String constants needed during the conversion of Geometries.
static java.lang.String SEGMENT
          All required String constants needed during the conversion of Geometries.
static java.lang.String SEGMENTTYPECATMULLROM
          All required String constants needed during the conversion of Geometries.
static java.lang.String SEGMENTTYPECUBIC
          All required String constants needed during the conversion of Geometries.
static java.lang.String SEGMENTTYPELINEAR
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPE
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITE
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITEGROUP
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITELABEL
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITELINE
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITESWIMLANE
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITETABLE
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITETABLE_COLUMN
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITETABLE_ROW
          All required String constants needed during the conversion of Geometries.
static java.lang.String TYPECOMPOSITEVIEW
          All required String constants needed during the conversion of Geometries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DTD

public static final java.lang.String DTD
Constant holding the DTD for a geometry.xml.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

ATTRIBUTES

public static final java.lang.String ATTRIBUTES
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

GEOMETRYHINTS

public static final java.lang.String GEOMETRYHINTS
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

GEOMETRYITEM

public static final java.lang.String GEOMETRYITEM
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

GEOMETRYITEMNAME

public static final java.lang.String GEOMETRYITEMNAME
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

GEOMETRYDESCRIPTOR

public static final java.lang.String GEOMETRYDESCRIPTOR
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

COORDINATES

public static final java.lang.String COORDINATES
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

COORDINATE

public static final java.lang.String COORDINATE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

REFCOORDINATE

public static final java.lang.String REFCOORDINATE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

SEGMENT

public static final java.lang.String SEGMENT
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

DESCRIPTORITEMS

public static final java.lang.String DESCRIPTORITEMS
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

DESCRIPTORITEM

public static final java.lang.String DESCRIPTORITEM
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITEVIEW

public static final java.lang.String TYPECOMPOSITEVIEW
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITE

public static final java.lang.String TYPECOMPOSITE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITELINE

public static final java.lang.String TYPECOMPOSITELINE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITEGROUP

public static final java.lang.String TYPECOMPOSITEGROUP
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITETABLE

public static final java.lang.String TYPECOMPOSITETABLE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITETABLE_COLUMN

public static final java.lang.String TYPECOMPOSITETABLE_COLUMN
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITETABLE_ROW

public static final java.lang.String TYPECOMPOSITETABLE_ROW
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITESWIMLANE

public static final java.lang.String TYPECOMPOSITESWIMLANE
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

TYPECOMPOSITELABEL

public static final java.lang.String TYPECOMPOSITELABEL
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

SEGMENTTYPELINEAR

public static final java.lang.String SEGMENTTYPELINEAR
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

SEGMENTTYPECUBIC

public static final java.lang.String SEGMENTTYPECUBIC
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values

SEGMENTTYPECATMULLROM

public static final java.lang.String SEGMENTTYPECATMULLROM
All required String constants needed during the conversion of Geometries.

See Also:
Constant Field Values


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.