public class ImportSpecification extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
Modifier and Type | Field and Description |
---|---|
static ImportSpecification |
ASSET_ARCHIVE |
static ImportSpecification |
CSV |
static ImportSpecification |
JSON |
Constructor and Description |
---|
ImportSpecification() |
ImportSpecification(String type,
String friendlyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static ImportSpecification |
getInstance(String type) |
String |
getType() |
static Collection<ImportSpecification> |
getTypes() |
int |
hashCode() |
public static final ImportSpecification CSV
public static final ImportSpecification JSON
public static final ImportSpecification ASSET_ARCHIVE
public static ImportSpecification getInstance(String type)
public static Collection<ImportSpecification> getTypes()
public String getType()
getType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
public String getFriendlyType()
getFriendlyType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
Copyright © 2020. All rights reserved.