|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.builder.conf.DefaultPackageNameOption
public class DefaultPackageNameOption
A class for the default package name configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for the default package name |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static DefaultPackageNameOption |
get(String packageName)
This is a factory method for this DefaultPackageName configuration. |
String |
getPackageName()
Returns the name of the package configured as default |
String |
getPropertyName()
Returns the property name for this option |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static DefaultPackageNameOption get(String packageName)
packageName
- the name of the package to be configured as default
public String getPropertyName()
getPropertyName
in interface Option
public String getPackageName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |