org.gatein.mop.core.api.workspace.content
Class ContextType

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.ContextType

public abstract class ContextType
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ContextType()
           
 
Method Summary
abstract  ContextTypeContainer getContainer()
           
abstract  String getName()
           
abstract  Map<String,ContextSpecialization> getSpecializations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextType

public ContextType()
Method Detail

getName

public abstract String getName()

getSpecializations

public abstract Map<String,ContextSpecialization> getSpecializations()

getContainer

public abstract ContextTypeContainer getContainer()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.