Kieora API 6.0.0.CR2

org.kie.kieora.model.schema
Interface MetaProperty


public interface MetaProperty


Method Summary
 void addType(Class<?> aClass)
           
 String getName()
           
 Set<Class<?>> getTypes()
           
 boolean isSearchable()
           
 void setAsSearchable()
           
 

Method Detail

getName

String getName()

getTypes

Set<Class<?>> getTypes()

isSearchable

boolean isSearchable()

setAsSearchable

void setAsSearchable()

addType

void addType(Class<?> aClass)

Kieora API 6.0.0.CR2

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