public class TagAttributeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
"id" is wired in to be ID.
|
Constructor and Description |
---|
TagAttributeInfo(java.lang.String name,
boolean required,
java.lang.String type,
boolean reqTime)
Constructor for TagAttributeInfo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canBeRequestTime()
Can this attribute hold a request-time value?
|
static TagAttributeInfo |
getIdAttribute(TagAttributeInfo[] a)
Convenience method that goes through an array of TagAttributeInfo
objects and looks for "id".
|
java.lang.String |
getName() |
java.lang.String |
getTypeName() |
boolean |
isRequired()
Is this required or not?
|
java.lang.String |
toString() |
public static final java.lang.String ID
public TagAttributeInfo(java.lang.String name, boolean required, java.lang.String type, boolean reqTime)
name
- The name of the attributetype
- The name of the type of the attributereqTime
- Can this attribute hold a request-time Attributepublic java.lang.String getName()
public java.lang.String getTypeName()
public boolean canBeRequestTime()
public boolean isRequired()
public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.