railo.runtime.tag
Class MissingAttribute

java.lang.Object
  extended by railo.runtime.tag.MissingAttribute
Direct Known Subclasses:
TagMetaDataAttrImpl

public class MissingAttribute
extends Object


Constructor Summary
MissingAttribute(Collection.Key name, String type)
           
 
Method Summary
 Collection.Key getName()
           
 String getType()
           
static MissingAttribute newInstance(Collection.Key name, String type)
           
static MissingAttribute newInstance(String name, String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingAttribute

public MissingAttribute(Collection.Key name,
                        String type)
Method Detail

newInstance

public static MissingAttribute newInstance(Collection.Key name,
                                           String type)

newInstance

public static MissingAttribute newInstance(String name,
                                           String type)

getName

public Collection.Key getName()
Returns:
the name

getType

public String getType()
Returns:
the type

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 Railo