|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.JasminePropertyInfo
public class JasminePropertyInfo
Information about a Jasmine Property used in the different interfaces
| Field Summary | |
|---|---|
protected String |
description
Description of this property |
protected String |
name
name of the property |
protected boolean |
required
true if property is required. |
| Constructor Summary | |
|---|---|
JasminePropertyInfo()
Empty constructor, needed for MXBean |
|
JasminePropertyInfo(String name,
String description,
boolean required)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getName()
|
boolean |
isRequired()
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setRequired(boolean required)
|
String |
toString()
Build a line representing this JasminePropertiyInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected boolean required
| Constructor Detail |
|---|
public JasminePropertyInfo()
public JasminePropertyInfo(String name,
String description,
boolean required)
description - required - | Method Detail |
|---|
public String getName()
public String getDescription()
public boolean isRequired()
public void setName(String name)
public void setDescription(String description)
public void setRequired(boolean required)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||