|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagAttributeDefinition
Expose the details of a Custom Tag attribute
| Field Summary | |
|---|---|
static java.lang.String |
BOOLEAN_TYPE
An attribute whose value is either "true" or "false". |
static java.lang.String |
STRING_TYPE
An attribute whose value is any legal string. |
static java.lang.String |
XPATH_TYPE
An attribute whose value is an XPath expression. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return the attribute's description if provided |
java.lang.String |
getName()
Return the attribute's name |
java.lang.String |
getType()
Return the attributes's type |
boolean |
isDeprecated()
Test if the element has been deprecated |
boolean |
isRequired()
Test if the element is required |
| Field Detail |
|---|
static final java.lang.String STRING_TYPE
static final java.lang.String BOOLEAN_TYPE
static final java.lang.String XPATH_TYPE
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getType()
BOOLEAN_TYPE,
STRING_TYPE,
XPATH_TYPEboolean isRequired()
true if the element is required, false otherwise.boolean isDeprecated()
true if the element has been deprecated, false otherwise.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||