org.jboss.spring.metadata
Class AbstractConstructorArg

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.metadata.plugins.AbstractFeatureMetaData
          extended by org.jboss.beans.metadata.plugins.AbstractParameterMetaData
              extended by org.jboss.spring.metadata.AbstractConstructorArg
All Implemented Interfaces:
Serializable, Cloneable, TypeProvider, ValueMetaDataAware, FeatureMetaData, MetaDataVisitorNode, ParameterMetaData, org.jboss.util.JBossInterface

public class AbstractConstructorArg
extends AbstractParameterMetaData

Author:
Ales Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractParameterMetaData
index, replace, trim, type, value
 
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
AbstractConstructorArg()
           
 
Method Summary
 boolean isExplicitIndex()
           
 void setIndex(int index)
          Set the index
 
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractParameterMetaData
addChildren, clone, getIndex, getType, getType, getValue, initialVisit, setPropertyReplace, setPropertyTrim, setType, setValue, setValueObject, setValueString, toShortString, toString
 
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData
applyCollectionOrMapCheck, describeVisit, doClone, getAnnotations, getChildren, getDescription, setAnnotations, setDescription
 
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.beans.metadata.spi.FeatureMetaData
getAnnotations, getDescription
 
Methods inherited from interface org.jboss.util.JBossInterface
toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
describeVisit, getChildren
 

Constructor Detail

AbstractConstructorArg

public AbstractConstructorArg()
Method Detail

setIndex

public void setIndex(int index)
Description copied from interface: ParameterMetaData
Set the index

Specified by:
setIndex in interface ParameterMetaData
Overrides:
setIndex in class AbstractParameterMetaData
Parameters:
index - the index

isExplicitIndex

public boolean isExplicitIndex()


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