com.servingxml.util.xml
Class SelectableImpl

java.lang.Object
  extended by com.servingxml.util.xml.SelectableImpl
All Implemented Interfaces:
Selectable

public class SelectableImpl
extends java.lang.Object
implements Selectable

Defines an interface for a map from an XML fragment to a field.


Field Summary
 
Fields inherited from interface com.servingxml.util.xml.Selectable
EMPTY_SELECTABLE_ARRAY
 
Constructor Summary
SelectableImpl(Name name, java.lang.String selectExpr)
           
 
Method Summary
 Name getName()
           
 java.lang.String getSelectExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectableImpl

public SelectableImpl(Name name,
                      java.lang.String selectExpr)
Method Detail

getName

public Name getName()
Specified by:
getName in interface Selectable

getSelectExpression

public java.lang.String getSelectExpression()
Specified by:
getSelectExpression in interface Selectable