public class ConfigurationCompilerPlugInPatternObject extends Object implements Serializable
Constructor and Description |
---|
ConfigurationCompilerPlugInPatternObject()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getForgeClassName()
Returns the view factory class name.
|
String |
getName()
Returns the view name.
|
String |
getNamespace()
Returns the namespace
|
PatternObjectType |
getPatternObjectType()
Returns an object type of the pattern object plug-in.
|
void |
setForgeClassName(String forgeClassName)
Sets the view factory class name.
|
void |
setName(String name)
Sets the view name.
|
void |
setNamespace(String namespace)
Sets the view namespace.
|
void |
setPatternObjectType(PatternObjectType patternObjectType)
Set the type of pattern object for plug-in.
|
public ConfigurationCompilerPlugInPatternObject()
public String getNamespace()
public String getName()
public String getForgeClassName()
public void setNamespace(String namespace)
namespace
- to setpublic void setName(String name)
name
- to setpublic void setForgeClassName(String forgeClassName)
forgeClassName
- is the class name of the view factorypublic PatternObjectType getPatternObjectType()
public void setPatternObjectType(PatternObjectType patternObjectType)
patternObjectType
- is the object type to setCopyright © 2005–2018. All rights reserved.