Uses of Class
de.upb.hni.vmagic.declaration.EntityClass

Packages that use EntityClass
de.upb.hni.vmagic.declaration Contains declaration meta classes. 
 

Uses of EntityClass in de.upb.hni.vmagic.declaration
 

Methods in de.upb.hni.vmagic.declaration that return EntityClass
 EntityClass AttributeSpecification.getEntityClass()
          Returns the entity class.
static EntityClass EntityClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityClass[] EntityClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.upb.hni.vmagic.declaration that return types with arguments of type EntityClass
 java.util.List<EntityClass> GroupTemplate.getEntityClasses()
          Returns the entity classes.
 

Methods in de.upb.hni.vmagic.declaration with parameters of type EntityClass
 void AttributeSpecification.setEntityClass(EntityClass entityClass)
          Sets the entity class.
 

Constructors in de.upb.hni.vmagic.declaration with parameters of type EntityClass
AttributeSpecification(Attribute attribute, AttributeSpecification.EntityNameList entities, EntityClass entityClass, Expression value)
          Creates an attribute specification.