Uses of Interface
de.espirit.or.schema.Attribute

Packages that use Attribute
de.espirit.firstspirit.access.store.templatestore   
de.espirit.or.schema   
 

Uses of Attribute in de.espirit.firstspirit.access.store.templatestore
 

Methods in de.espirit.firstspirit.access.store.templatestore that return Attribute
 Attribute<?> TableTemplate.Mapping.getDBAttribute(String langAbbreviation)
           
 Attribute<?> TableTemplate.Mapping.getDBAttribute(String langAbbreviation, EntityType entityType)
           
 

Uses of Attribute in de.espirit.or.schema
 

Subinterfaces of Attribute in de.espirit.or.schema
 interface ComposedAttribute<T>
           
 

Methods in de.espirit.or.schema that return Attribute
 Attribute<?> EntityType.getAttribute(String name)
          Return the attribute with the given name.
<T> Attribute<T>
EntityType.getAttribute(String name, Class<T> type)
           
 

Methods in de.espirit.or.schema that return types with arguments of type Attribute
 Collection<? extends Attribute<?>> EntityType.getAttributes()
          Return all declared attributes by this entity type.
 

Methods in de.espirit.or.schema with parameters of type Attribute
<T> T
Entity.getValue(Attribute<T> attribute)
          Return the value of the given attribute or null.
<T> void
Entity.setValue(Attribute<T> attribute, T value)
          Set the value of the attribute attribute to value.
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480