org.xanot.structure
Class XanotRule

java.lang.Object
  extended by org.xanot.structure.XanotRule
Direct Known Subclasses:
AttributeSetRule, CloseCollectionInstanceRule, CloseInstanceRule, CreateInstanceRule, ParentReferenceRule, PropertyCollectionSetRule, PropertySetRule

public abstract class XanotRule
extends java.lang.Object

Base class for all Xanot Rules.

Author:
Ferdinand Neman (newm4n _at_ gmail.com)

Constructor Summary
XanotRule(java.lang.String path)
          Creates a new XanotRule object.
 
Method Summary
 java.lang.String getPath()
          Get the path
 void setPath(java.lang.String path)
          Set the path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XanotRule

public XanotRule(java.lang.String path)
Creates a new XanotRule object.

Parameters:
path - The element path. Usually equals to an xml element or attribute name.
Method Detail

getPath

public java.lang.String getPath()
Get the path

Returns:
Returns the path.

setPath

public void setPath(java.lang.String path)
Set the path

Parameters:
path - The path to set.


Copyright 2006 null. All Rights Reserved.