Drools :: Core 6.0.0.Beta5

org.drools.core.rule
Class TypeMetaInfo

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

public class TypeMetaInfo
extends Object


Field Summary
static TypeMetaInfo DEFAULT_TYPE_META_INFO
           
 
Constructor Summary
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
 

Field Detail

DEFAULT_TYPE_META_INFO

public static TypeMetaInfo DEFAULT_TYPE_META_INFO
Constructor Detail

TypeMetaInfo

public TypeMetaInfo(TypeDeclaration typeDeclaration)
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.Beta5

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