public static class MigrationDescriptor.MigrationStepDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
descriptionLabel |
String |
fromState |
String |
id |
Class<?> |
klass |
String |
toState |
Constructor and Description |
---|
MigrationStepDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDescriptionLabel() |
String |
getFromState() |
String |
getId() |
Class<?> |
getKlass() |
String |
getToState() |
public String descriptionLabel
public String description
public MigrationStepDescriptor()
public String getFromState()
public String getToState()
public String getDescriptionLabel()
public String getDescription()
Copyright © 2018 Nuxeo. All rights reserved.