Drools :: Core 6.0.0.CR1

org.drools.core.rule
Class TypeMetaInfo

java.lang.Object
  extended by org.drools.core.rule.TypeMetaInfo

public class TypeMetaInfo
extends Object


Constructor Summary
TypeMetaInfo(Class<?> clazz)
           
TypeMetaInfo(TypeDeclaration typeDeclaration)
           
 
Method Summary
static TypeMetaInfo fromString(String s)
           
 boolean isDeclaredType()
           
 boolean isEvent()
           
static String marshallMetaInfos(Map<String,TypeDeclaration> typeDeclarations)
           
 String toString()
           
static Map<String,TypeMetaInfo> unmarshallMetaInfos(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMetaInfo

public TypeMetaInfo(TypeDeclaration typeDeclaration)

TypeMetaInfo

public TypeMetaInfo(Class<?> clazz)
Method Detail

isEvent

public boolean isEvent()

isDeclaredType

public boolean isDeclaredType()

toString

public String toString()
Overrides:
toString in class Object

fromString

public static TypeMetaInfo fromString(String s)

marshallMetaInfos

public static String marshallMetaInfos(Map<String,TypeDeclaration> typeDeclarations)

unmarshallMetaInfos

public static Map<String,TypeMetaInfo> unmarshallMetaInfos(String s)

Drools :: Core 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.