|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.faces.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 | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.lang.String |
getAlternateClass()
Returns the alternative class for this property. |
java.lang.String |
getAttributeClass()
Returns the attribute class for this attribute. |
java.lang.String[] |
getAttributeClassParameters()
Returns the array of parameterized types for this attribute if it uses generics. |
java.lang.String |
getAttributeName()
Returns the name of this attribute. |
java.lang.String |
getDefaultValue()
Returns the default value of this attribute. |
java.lang.String |
getDescription()
Returns the description of this attribute. |
MethodSignatureBean |
getMethodBindingSignature()
Returns the method binding signature of this property. |
boolean |
isVirtual()
Returns virtual flag of this property. |
void |
setAlternateClass(java.lang.String alternateClass)
Sets the alternative class for this property. |
void |
setAttributeClass(java.lang.String attributeClass)
Sets the attribute class for this attribute. |
void |
setAttributeName(java.lang.String attributeName)
Sets the name of this attribute. |
void |
setDefaultValue(java.lang.String defaultValue)
Sets the default value of this attribute. |
void |
setDescription(java.lang.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.faces.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(java.lang.String attributeName)
attributeName
- the attribute namepublic java.lang.String getAttributeName()
public void setAttributeClass(java.lang.String attributeClass)
attributeClass
- the attribute classpublic java.lang.String[] getAttributeClassParameters()
public java.lang.String getAttributeClass()
public void setDescription(java.lang.String description)
description
- the attribute descriptionpublic java.lang.String getDescription()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- the attribute default valuepublic java.lang.String getDefaultValue()
public void setAlternateClass(java.lang.String alternateClass)
alternateClass
- the alternative classpublic java.lang.String getAlternateClass()
public void setMethodBindingSignature(MethodSignatureBean signature)
signature
- the method binding signature of this propertypublic MethodSignatureBean getMethodBindingSignature()
public void setVirtual(boolean virtual)
virtual
- the property required flagpublic boolean isVirtual()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |