public class BeanTagAttributeInfo extends Object
| Constructor and Description |
|---|
BeanTagAttributeInfo()
Constructor initializing the global variables
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true if valueType, type, and name match
|
Type |
getGenericType()
Gets the type of the generic on the attribute's value type (only matters for lists)
|
String |
getName()
Retrieves the name of the property in the schema (tag or attribute).
|
String |
getPropertyName()
Name of the property in the component class.
|
BeanTagAttribute.AttributeType |
getType()
Retrieves the type of information being stored.
|
Class<?> |
getValueType()
The value type (class or primitive type) of the is attribute
|
void |
setGenericType(Type genericType)
Set the generic type
|
void |
setName(String name) |
void |
setPropertyName(String propertyName) |
void |
setType(BeanTagAttribute.AttributeType type)
Sets the type of information being stored by the property.
|
void |
setValueType(Class<?> valueType)
Set the value type
|
public BeanTagAttributeInfo()
public String getName()
public String getPropertyName()
public void setPropertyName(String propertyName)
getPropertyName()public BeanTagAttribute.AttributeType getType()
public void setType(BeanTagAttribute.AttributeType type)
type - - The type of information being stored by the property.public Class<?> getValueType()
public void setValueType(Class<?> valueType)
valueType - public Type getGenericType()
public void setGenericType(Type genericType)
genericType - Copyright © 2005–2018 The Kuali Foundation. All rights reserved.