|
||||||||||
| 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(String name,
String description,
boolean required)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getName()
|
boolean |
isRequired()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected boolean required
| Constructor Detail |
|---|
public JasminePropertyInfo(String name,
String description,
boolean required)
description - required - | Method Detail |
|---|
public String getName()
public String getDescription()
public boolean isRequired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||