| Constructor and Description |
|---|
DefaultProperty(java.lang.String name,
PropertyType propertyType) |
DefaultProperty(java.lang.String name,
PropertyType propertyType,
boolean required) |
DefaultProperty(java.lang.String name,
java.lang.String defaultValue,
PropertyType propertyType) |
DefaultProperty(java.lang.String name,
java.lang.String defaultValue,
PropertyType propertyType,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default value of a property.
|
java.lang.String |
getName()
Returns the name of a property.
|
PropertyType |
getPropertyType()
Returns the type of a property.
|
boolean |
isRequired()
Tells weather a property is required or not.
|
public DefaultProperty(java.lang.String name,
java.lang.String defaultValue,
PropertyType propertyType,
boolean required)
public DefaultProperty(java.lang.String name,
PropertyType propertyType,
boolean required)
public DefaultProperty(java.lang.String name,
java.lang.String defaultValue,
PropertyType propertyType)
public DefaultProperty(java.lang.String name,
PropertyType propertyType)
public java.lang.String getName()
Propertypublic java.lang.String getDefaultValue()
PropertygetDefaultValue in interface Propertypublic PropertyType getPropertyType()
PropertygetPropertyType in interface Propertypublic boolean isRequired()
PropertyisRequired in interface PropertyCopyright © Micro Focus 2004-2019. All rights reserved.