public class TagAttribute extends Object implements Comparable<TagAttribute>
Constructor and Description |
---|
TagAttribute() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TagAttribute object) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
String |
getType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isRequired() |
boolean |
isRtexprvalue() |
void |
setDeprecated(boolean deprecated) |
void |
setDescription(String description) |
void |
setName(String attributeName) |
void |
setRequired(boolean required) |
void |
setRtexprvalue(boolean rtexprvalue) |
void |
setType(String attributeType) |
String |
toString() |
public String getName()
public void setName(String attributeName)
public String getType()
public void setType(String attributeType)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public String getDescription()
public void setDescription(String description)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isRtexprvalue()
public void setRtexprvalue(boolean rtexprvalue)
public int compareTo(TagAttribute object)
compareTo
in interface Comparable<TagAttribute>
Comparable.compareTo(Object)
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2004–2022 Web-Legacy. All rights reserved.