pl.edu.agh.cast.data.model.general
Class IManyToManyRelation.Properties

java.lang.Object
  extended by pl.edu.agh.cast.data.model.general.IManyToManyRelation.Properties
Enclosing interface:
IManyToManyRelation

public static class IManyToManyRelation.Properties
extends Object

Enumeration of property name constants.

Author:
AGH CAST Team

Field Summary
static String DIRECTED
          The name of the 'directed' property.
static String SOURCE_ENTITIES
          The name of the 'source entities' property.
static String TARGET_ENTITIES
          The name of the 'target entities' property.
 
Constructor Summary
IManyToManyRelation.Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_ENTITIES

public static final String SOURCE_ENTITIES
The name of the 'source entities' property.

See Also:
Constant Field Values

TARGET_ENTITIES

public static final String TARGET_ENTITIES
The name of the 'target entities' property.

See Also:
Constant Field Values

DIRECTED

public static final String DIRECTED
The name of the 'directed' property.

See Also:
Constant Field Values
Constructor Detail

IManyToManyRelation.Properties

public IManyToManyRelation.Properties()


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