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

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

public static class IEntity.Properties
extends Object

Enumeration of property name constants.

Author:
AGH CAST Team

Field Summary
static String ENTITY_NAME
          The name of the 'entity name' property.
static String INCOMING_RELATIONS
          The name of the 'incoming relations' property.
static String OUTGOING_RELATIONS
          The name of the 'outgoing relations' property.
 
Constructor Summary
IEntity.Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_NAME

public static final String ENTITY_NAME
The name of the 'entity name' property.

See Also:
Constant Field Values

INCOMING_RELATIONS

public static final String INCOMING_RELATIONS
The name of the 'incoming relations' property.

See Also:
Constant Field Values

OUTGOING_RELATIONS

public static final String OUTGOING_RELATIONS
The name of the 'outgoing relations' property.

See Also:
Constant Field Values
Constructor Detail

IEntity.Properties

public IEntity.Properties()


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