org.exoplatform.management.spi
Class ManagedTypeMetaData
java.lang.Object
org.exoplatform.management.spi.ManagedMetaData
org.exoplatform.management.spi.ManagedTypeMetaData
public class ManagedTypeMetaData
- extends ManagedMetaData
Meta data that describes a managed type.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedTypeMetaData
public ManagedTypeMetaData(Class type)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getType
public Class getType()
getProperty
public ManagedPropertyMetaData getProperty(String propertyName)
addProperty
public void addProperty(ManagedPropertyMetaData property)
addMethod
public void addMethod(ManagedMethodMetaData method)
getMethods
public Collection<ManagedMethodMetaData> getMethods()
getProperties
public Collection<ManagedPropertyMetaData> getProperties()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.