|
||||||||||||
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 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 |
public static final java.lang.String STRING_TYPE
public static final java.lang.String BOOLEAN_TYPE
public static final java.lang.String XPATH_TYPE
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.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 |