org.ow2.jasmine.probe
Class JasminePropertyInfo

java.lang.Object
  extended by org.ow2.jasmine.probe.JasminePropertyInfo

public class JasminePropertyInfo
extends Object

Information about a Jasmine Property used in the different interfaces

Author:
durieuxp

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

name

protected String name
name of the property


description

protected String description
Description of this property


required

protected boolean required
true if property is required.

Constructor Detail

JasminePropertyInfo

public JasminePropertyInfo(String name,
                           String description,
                           boolean required)
Constructor

Parameters:
description -
required -
Method Detail

getName

public String getName()

getDescription

public String getDescription()

isRequired

public boolean isRequired()


Copyright © 2011 OW2 Consortium. All Rights Reserved.