public class ConfigurationPlugInPatternObject
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationPlugInPatternObject.PatternObjectType
Choice for type of pattern object.
|
Constructor and Description |
---|
ConfigurationPlugInPatternObject()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFactoryClassName()
Returns the view factory class name.
|
java.lang.String |
getName()
Returns the view name.
|
java.lang.String |
getNamespace()
Returns the namespace
|
ConfigurationPlugInPatternObject.PatternObjectType |
getPatternObjectType()
Returns an object type of the pattern object plug-in.
|
void |
setFactoryClassName(java.lang.String factoryClassName)
Sets the view factory class name.
|
void |
setName(java.lang.String name)
Sets the view name.
|
void |
setNamespace(java.lang.String namespace)
Sets the view namespace.
|
void |
setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
Set the type of pattern object for plug-in.
|
public java.lang.String getNamespace()
public java.lang.String getName()
public java.lang.String getFactoryClassName()
public void setNamespace(java.lang.String namespace)
namespace
- to setpublic void setName(java.lang.String name)
name
- to setpublic void setFactoryClassName(java.lang.String factoryClassName)
factoryClassName
- is the class name of the view factorypublic ConfigurationPlugInPatternObject.PatternObjectType getPatternObjectType()
public void setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
patternObjectType
- is the object type to set