public class DataValidationMetadata extends Object implements ColumnMetadata
| Constructor and Description |
|---|
DataValidationMetadata(LocalizedText description,
int invalidCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LocalizedText |
getDescription() |
int |
getInvalidRowsCount() |
int |
hashCode() |
boolean |
isInheritable() |
boolean |
isValid() |
String |
toString() |
public DataValidationMetadata(LocalizedText description, int invalidCount)
public LocalizedText getDescription()
public boolean isValid()
public int getInvalidRowsCount()
public boolean isInheritable()
isInheritable in interface CubeMetadataCopyright © 2014. All Rights Reserved.