pl.edu.agh.cast.data.model
Class IDataSet.Properties

java.lang.Object
  extended by pl.edu.agh.cast.data.model.IDataSet.Properties
Enclosing interface:
IDataSet<T extends IElement>

public static class IDataSet.Properties
extends Object

Enumeration of property name constants.

Author:
AGH CAST Team

Field Summary
static String DS_CREATION_DATE
          The name of the 'elements' property.
static String DS_NAME
          The name of the 'elements' property.
static String ELEMENTS
          The name of the 'elements' property.
 
Constructor Summary
IDataSet.Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENTS

public static final String ELEMENTS
The name of the 'elements' property.

See Also:
Constant Field Values

DS_NAME

public static final String DS_NAME
The name of the 'elements' property.

See Also:
Constant Field Values

DS_CREATION_DATE

public static final String DS_CREATION_DATE
The name of the 'elements' property.

See Also:
Constant Field Values
Constructor Detail

IDataSet.Properties

public IDataSet.Properties()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.