|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expose the details of a Custom Tag attribute
Field Summary | |
static String |
BOOLEAN_TYPE
An attribute whose value is either "true" or "false". |
static String |
STRING_TYPE
An attribute whose value is any legal string. |
static String |
XPATH_TYPE
An attribute whose value is an XPath expression. |
Method Summary | |
String |
getDescription()
Return the attribute's description if provided |
String |
getName()
Return the attribute's name |
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 |
public static final String STRING_TYPE
public static final String BOOLEAN_TYPE
public static final String XPATH_TYPE
Method Detail |
public String getName()
public String getDescription()
public String getType()
TagAttributeDefinition.BOOLEAN_TYPE
,
TagAttributeDefinition.STRING_TYPE
,
TagAttributeDefinition.XPATH_TYPE
public boolean isRequired()
true
if the element is required, false
otherwise.public 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 |