|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.AttributeBean
public class AttributeBean
AttributeBean is a Java representation of the faces-config component or renderer attribute XML element.
Constructor Summary | |
---|---|
AttributeBean()
|
Method Summary | |
---|---|
Iterator<String> |
accessibilityGuidelines()
Returns an iterator for all accessibility guidelines on this component only. |
void |
addAccessibilityGuideline(String accessibilityGuideline)
Adds an Accessibility (e.g. |
int |
compareTo(Object o)
|
String |
getAlternateClass()
Returns the alternative class for this property. |
String |
getAttributeClass()
Returns the attribute class for this attribute. |
String[] |
getAttributeClassParameters()
Returns the array of parameterized types for this attribute if it uses generics. |
String |
getAttributeName()
Returns the name of this attribute. |
String |
getDefaultValue()
Returns the default value of this attribute. |
String |
getDescription()
Returns the description of this attribute. |
MethodSignatureBean |
getMethodBindingSignature()
Returns the method binding signature of this property. |
boolean |
hasAccessibilityGuidelines()
Returns true if this attribute has any accessibility guidelines. |
boolean |
isVirtual()
Returns virtual flag of this property. |
void |
setAlternateClass(String alternateClass)
Sets the alternative class for this property. |
void |
setAttributeClass(String attributeClass)
Sets the attribute class for this attribute. |
void |
setAttributeName(String attributeName)
Sets the name of this attribute. |
void |
setDefaultValue(String defaultValue)
Sets the default value of this attribute. |
void |
setDescription(String description)
Sets the description of this attribute. |
void |
setMethodBindingSignature(MethodSignatureBean signature)
Sets the method binding signature of this property. |
void |
setVirtual(boolean virtual)
Sets the virtual flag of this property. |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean |
---|
attach, getOwner, isModifiedSince |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeBean()
Method Detail |
---|
public void setAttributeName(String attributeName)
attributeName
- the attribute namepublic String getAttributeName()
public void setAttributeClass(String attributeClass)
attributeClass
- the attribute classpublic String[] getAttributeClassParameters()
public String getAttributeClass()
public void setDescription(String description)
description
- the attribute descriptionpublic String getDescription()
public void setDefaultValue(String defaultValue)
defaultValue
- the attribute default valuepublic String getDefaultValue()
public void setAlternateClass(String alternateClass)
alternateClass
- the alternative classpublic String getAlternateClass()
public void setMethodBindingSignature(MethodSignatureBean signature)
signature
- the method binding signature of this propertypublic MethodSignatureBean getMethodBindingSignature()
public void addAccessibilityGuideline(String accessibilityGuideline)
accessibilityGuideline
- the accessibility guideline to addpublic boolean hasAccessibilityGuidelines()
public Iterator<String> accessibilityGuidelines()
public void setVirtual(boolean virtual)
virtual
- the property required flagpublic boolean isVirtual()
public int compareTo(Object o)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |