Package org.drools.model.impl
Class PrototypeImpl
- java.lang.Object
-
- org.drools.model.impl.PrototypeImpl
-
- All Implemented Interfaces:
NamedModelItem,Prototype
public class PrototypeImpl extends Object implements Prototype
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrototypeImpl.FieldImpl-
Nested classes/interfaces inherited from interface org.drools.model.Prototype
Prototype.Field
-
-
Constructor Summary
Constructors Constructor Description PrototypeImpl(String pkg, String name, Prototype.Field[] fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Prototype.Field[]getFields()StringgetName()StringgetPackage()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.NamedModelItem
getFullName
-
-
-
-
Constructor Detail
-
PrototypeImpl
public PrototypeImpl(String pkg, String name, Prototype.Field[] fields)
-
-
Method Detail
-
getFields
public Prototype.Field[] getFields()
-
getPackage
public String getPackage()
- Specified by:
getPackagein interfaceNamedModelItem
-
getName
public String getName()
- Specified by:
getNamein interfaceNamedModelItem
-
-