Uses of Class
org.gatein.mop.api.Key

Packages that use Key
org.gatein.mop.api   
 

Uses of Key in org.gatein.mop.api
 

Methods in org.gatein.mop.api that return Key
static
<T> Key<T>
Key.create(String name, ValueType<T> type)
           
 

Methods in org.gatein.mop.api with parameters of type Key
<T> T
Attributes.getValue(Key<T> key)
           
<T> T
Attributes.getValue(Key<T> key, T defaultValue)
           
<T> void
Attributes.setValue(Key<T> key, T value)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.