public abstract class MetadataEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataEntity.MetadataType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldName |
protected MetadataEntity.MetadataType |
type |
| Constructor and Description |
|---|
MetadataEntity() |
| Modifier and Type | Method and Description |
|---|---|
FreeformMetadata |
getAsFreeformMetadata() |
NumericMetadata |
getAsNumericMetadata() |
PointOfContactMetadata |
getAsPointOfContactMetadata() |
String |
getFieldName() |
MetadataEntity.MetadataType |
getType() |
void |
setType(String type) |
protected MetadataEntity.MetadataType type
protected String fieldName
public MetadataEntity.MetadataType getType()
public void setType(String type)
public String getFieldName()
public FreeformMetadata getAsFreeformMetadata() throws InvalidConversionException
InvalidConversionExceptionpublic NumericMetadata getAsNumericMetadata() throws InvalidConversionException
InvalidConversionExceptionpublic PointOfContactMetadata getAsPointOfContactMetadata() throws InvalidConversionException
InvalidConversionExceptionCopyright © 2021 Contrast Security. All rights reserved.