KIE Uberfire Metadata API 6.2.0.CR2

org.kie.uberfire.metadata.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)

KIE Uberfire Metadata API 6.2.0.CR2

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