public class Goal extends Text
It is highly preferable to use one of the constants provided at GoalStandardType, in
order to instantiate a Goal.
For the rare cases that available types in GoalStandardType are not adequate to
describe your goal, it is possible to pass any goal type as string.
Be aware though, that PolyGenesis will not be able to use your custom goal and it is your responsibility to utilize it in your generators, deducers and instantiation of technology models.
| Constructor and Description |
|---|
Goal(String goalType)
Instantiates a new Goal.
|
equals, getLowerCamel, getLowerCamelSpaces, getLowerCase, getLowerHyphen, getModified, getOriginal, getPlural, getUpperCamel, getUpperCamelSpaces, getUpperCase, getUpperUnderscore, hashCodepublic Goal(String goalType)
goalType - the goal typeCopyright © 2015–2019 OREGOR LTD. All rights reserved.