org.ow2.jasmine.probe
Class JasminePropertyInfo

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

public class JasminePropertyInfo
extends java.lang.Object

Information about a Jasmine Property used in the different interfaces

Author:
durieuxp

Field Summary
protected  java.lang.String description
          Description of this property
protected  java.lang.String name
          name of the property
protected  boolean required
          true if property is required.
 
Constructor Summary
JasminePropertyInfo(java.lang.String name, java.lang.String description, boolean required)
          Constructor
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.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 java.lang.String name
name of the property


description

protected java.lang.String description
Description of this property


required

protected boolean required
true if property is required.

Constructor Detail

JasminePropertyInfo

public JasminePropertyInfo(java.lang.String name,
                           java.lang.String description,
                           boolean required)
Constructor

Parameters:
description -
required -
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

isRequired

public boolean isRequired()


Copyright © 2011 OW2 Consortium. All Rights Reserved.