public class ConfigurationPlugInPatternObject extends Object implements 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 |
---|---|
String |
getFactoryClassName()
Returns the view factory class name.
|
String |
getName()
Returns the view name.
|
String |
getNamespace()
Returns the namespace
|
ConfigurationPlugInPatternObject.PatternObjectType |
getPatternObjectType()
Returns an object type of the pattern object plug-in.
|
void |
setFactoryClassName(String factoryClassName)
Sets the view factory class name.
|
void |
setName(String name)
Sets the view name.
|
void |
setNamespace(String namespace)
Sets the view namespace.
|
void |
setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
Set the type of pattern object for plug-in.
|
public String getNamespace()
public String getName()
public String getFactoryClassName()
public void setNamespace(String namespace)
namespace
- to setpublic void setName(String name)
name
- to setpublic void setFactoryClassName(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