pl.edu.agh.cast.data.model.presentation
Class IPresentationElement.Properties

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

public static class IPresentationElement.Properties
extends Object

Enumeration of property name constants.

Author:
AGH CAST Team

Field Summary
static String DERIVED_TYPE
          The name of the 'derived type' property.
static String LABEL
          The name of the 'label' property.
static String ORIGINAL_ELEMENTS
          The name of the 'original elements' property.
 
Constructor Summary
IPresentationElement.Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORIGINAL_ELEMENTS

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

See Also:
Constant Field Values

DERIVED_TYPE

public static final String DERIVED_TYPE
The name of the 'derived type' property.

See Also:
Constant Field Values

LABEL

public static final String LABEL
The name of the 'label' property.

See Also:
Constant Field Values
Constructor Detail

IPresentationElement.Properties

public IPresentationElement.Properties()


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