public class Pattern extends Object
| Constructor and Description |
|---|
Pattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description.
|
String |
getShortDescription()
Returns the shortDescription.
|
String |
getType()
Returns the type.
|
void |
setDescription(String description)
Sets the description to the specified value.
|
void |
setShortDescription(String shortDescription)
Sets the shortDescription to the specified value.
|
void |
setType(String type)
Sets the type to the specified value.
|
public void setType(String type)
type - the value to setpublic String getType()
public void setDescription(String description)
description - the value to setpublic String getDescription()
public void setShortDescription(String shortDescription)
shortDescription - the value to setpublic String getShortDescription()
Copyright © 2016–2018. All rights reserved.