|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.FeatureInfo org.apache.tomcat.util.modeler.AttributeInfo
public class AttributeInfo
Internal configuration information for an Attribute
descriptor.
Field Summary | |
---|---|
protected String |
displayName
|
protected String |
getMethod
|
protected boolean |
is
|
protected boolean |
readable
|
protected String |
setMethod
|
protected boolean |
writeable
|
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo |
---|
description, info, name, type |
Constructor Summary | |
---|---|
AttributeInfo()
|
Method Summary | |
---|---|
String |
getDisplayName()
The display name of this attribute. |
String |
getGetMethod()
The name of the property getter method, if non-standard. |
String |
getSetMethod()
The name of the property setter method, if non-standard. |
boolean |
isIs()
Is this a boolean attribute with an "is" getter? |
boolean |
isReadable()
Is this attribute readable by management applications? |
boolean |
isWriteable()
Is this attribute writable by management applications? |
void |
setDisplayName(String displayName)
|
void |
setGetMethod(String getMethod)
|
void |
setIs(boolean is)
|
void |
setReadable(boolean readable)
|
void |
setSetMethod(String setMethod)
|
void |
setWriteable(boolean writeable)
|
Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfo |
---|
getDescription, getName, getType, setDescription, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String displayName
protected String getMethod
protected String setMethod
protected boolean readable
protected boolean writeable
protected boolean is
Constructor Detail |
---|
public AttributeInfo()
Method Detail |
---|
public String getDisplayName()
public void setDisplayName(String displayName)
public String getGetMethod()
public void setGetMethod(String getMethod)
public boolean isIs()
public void setIs(boolean is)
public boolean isReadable()
public void setReadable(boolean readable)
public String getSetMethod()
public void setSetMethod(String setMethod)
public boolean isWriteable()
public void setWriteable(boolean writeable)
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |