org.drools.core.rule
Class TypeMetaInfo
java.lang.Object
org.drools.core.rule.TypeMetaInfo
public class TypeMetaInfo
- extends Object
DEFAULT_TYPE_META_INFO
public static TypeMetaInfo DEFAULT_TYPE_META_INFO
TypeMetaInfo
public TypeMetaInfo(TypeDeclaration typeDeclaration)
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.