KIE Internal 6.0.0.Beta1

org.kie.internal.builder.conf
Class DefaultPackageNameOption

java.lang.Object
  extended by org.kie.internal.builder.conf.DefaultPackageNameOption
All Implemented Interfaces:
Serializable, org.kie.api.conf.Option, KnowledgeBuilderOption, SingleValueKnowledgeBuilderOption

public class DefaultPackageNameOption
extends Object
implements SingleValueKnowledgeBuilderOption

A class for the default package name configuration.

See Also:
Serialized Form

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()
          
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the default package name

See Also:
Constant Field Values
Method Detail

get

public static DefaultPackageNameOption get(String packageName)
This is a factory method for this DefaultPackageName configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.

Parameters:
packageName - the name of the package to be configured as default
Returns:
the actual type safe default package name configuration.

getPropertyName

public String getPropertyName()

Specified by:
getPropertyName in interface org.kie.api.conf.Option

getPackageName

public String getPackageName()
Returns the name of the package configured as default

Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

KIE Internal 6.0.0.Beta1

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