org.jboss.beans.metadata.plugins
Class AbstractSearchValueMetaData

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.metadata.plugins.AbstractValueMetaData
          extended by org.jboss.beans.metadata.plugins.AbstractSearchValueMetaData
All Implemented Interfaces:
Serializable, Cloneable, TypeProvider, MetaDataVisitorNode, ValueMetaData, org.jboss.util.JBossInterface

Deprecated. use

@Deprecated
public class AbstractSearchValueMetaData
extends AbstractValueMetaData

Search value metadata.

Author:
Ales Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Fields inherited from interface org.jboss.beans.metadata.plugins.TypeProvider
ERROR_MSG
 
Constructor Summary
AbstractSearchValueMetaData()
          Deprecated.  
AbstractSearchValueMetaData(Object value, ControllerState state, SearchInfo search, String property)
          Deprecated.  
 
Method Summary
 void describeVisit(MetaDataVisitor visitor)
          Deprecated. Revisit the node
 Object getValue(org.jboss.reflect.spi.TypeInfo info, ClassLoader cl)
          Deprecated. Get the value.
 void initialVisit(MetaDataVisitor visitor)
          Deprecated. Visit the node
 void setProperty(String property)
          Deprecated.  
 void setSearch(Search search)
          Deprecated.  
 void setState(ControllerState state)
          Deprecated.  
 void setValue(Object value)
          Deprecated.  
 void setValueObject(Object value)
          Deprecated.  
 void toShortString(org.jboss.util.JBossStringBuilder buffer)
          Deprecated.  
 void toString(org.jboss.util.JBossStringBuilder buffer)
          Deprecated.  
 
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData
clone, getChildren, getType, getUnderlyingValue, getValue, isUseJMXObjectNameFix
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
toShortString
 

Constructor Detail

AbstractSearchValueMetaData

public AbstractSearchValueMetaData()
Deprecated. 

AbstractSearchValueMetaData

public AbstractSearchValueMetaData(Object value,
                                   ControllerState state,
                                   SearchInfo search,
                                   String property)
Deprecated. 
Method Detail

getValue

public Object getValue(org.jboss.reflect.spi.TypeInfo info,
                       ClassLoader cl)
                throws Throwable
Deprecated. 
Description copied from interface: ValueMetaData
Get the value.

Specified by:
getValue in interface ValueMetaData
Overrides:
getValue in class AbstractValueMetaData
Parameters:
info - the type info
cl - the classloader
Returns:
the value.
Throws:
Throwable - for any error

initialVisit

public void initialVisit(MetaDataVisitor visitor)
Deprecated. 
Description copied from interface: MetaDataVisitorNode
Visit the node

Specified by:
initialVisit in interface MetaDataVisitorNode
Overrides:
initialVisit in class AbstractValueMetaData
Parameters:
visitor - the visitor

describeVisit

public void describeVisit(MetaDataVisitor visitor)
Deprecated. 
Description copied from interface: MetaDataVisitorNode
Revisit the node

Specified by:
describeVisit in interface MetaDataVisitorNode
Overrides:
describeVisit in class AbstractValueMetaData
Parameters:
visitor - the visitor

setValue

public void setValue(Object value)
Deprecated. 
Overrides:
setValue in class AbstractValueMetaData

setValueObject

public void setValueObject(Object value)
Deprecated. 

setState

public void setState(ControllerState state)
Deprecated. 

setSearch

public void setSearch(Search search)
Deprecated. 

setProperty

public void setProperty(String property)
Deprecated. 

toString

public void toString(org.jboss.util.JBossStringBuilder buffer)
Deprecated. 
Overrides:
toString in class AbstractValueMetaData

toShortString

public void toShortString(org.jboss.util.JBossStringBuilder buffer)
Deprecated. 
Specified by:
toShortString in interface org.jboss.util.JBossInterface
Overrides:
toShortString in class AbstractValueMetaData


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.