public class TldFragmentInput
extends java.lang.Object
Constructor and Description |
---|
TldFragmentInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description
|
java.lang.String |
getName()
Gets the attribute name.
|
java.lang.Class |
getType()
Returns the fragment input type
|
void |
setDescription(java.lang.String description)
Sets the description
|
void |
setName(java.lang.String name)
Sets the attribute name.
|
void |
setType(java.lang.Class type)
Sets the fragment input type.
|
public void setName(java.lang.String name)
public java.lang.String getName()
public void setType(java.lang.Class type)
public java.lang.Class getType()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()