Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3059efb171113b0e4345a9e130a28b7805a2514a
[sdc.git]
/
1
package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3
public enum OnboardingMethod {
4
HEAT,
5
Manual;
6
}