public class AttributeInfo extends FeatureInfo
Internal configuration information for an Attribute
descriptor.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
displayName |
protected java.lang.String |
getMethod |
protected boolean |
is |
protected boolean |
readable |
protected java.lang.String |
setMethod |
protected boolean |
writeable |
description, info, name, type
Constructor and Description |
---|
AttributeInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
The display name of this attribute.
|
java.lang.String |
getGetMethod()
The name of the property getter method, if non-standard.
|
java.lang.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(java.lang.String displayName) |
void |
setGetMethod(java.lang.String getMethod) |
void |
setIs(boolean is) |
void |
setReadable(boolean readable) |
void |
setSetMethod(java.lang.String setMethod) |
void |
setWriteable(boolean writeable) |
getDescription, getName, getType, setDescription, setName, setType
protected java.lang.String displayName
protected java.lang.String getMethod
protected java.lang.String setMethod
protected boolean readable
protected boolean writeable
protected boolean is
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
public java.lang.String getGetMethod()
public void setGetMethod(java.lang.String getMethod)
public boolean isIs()
public void setIs(boolean is)
public boolean isReadable()
public void setReadable(boolean readable)
public java.lang.String getSetMethod()
public void setSetMethod(java.lang.String setMethod)
public boolean isWriteable()
public void setWriteable(boolean writeable)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.