public final class FndValidationAttributeMeta
extends java.lang.Object
Constructor and Description |
---|
FndValidationAttributeMeta(FndAttributeMeta attribute,
boolean mandotory,
boolean uppercase)
Constructor used to create attribute validation.
|
Modifier and Type | Method and Description |
---|---|
FndAttributeMeta |
getAttribute()
Returns the mapped attribute of this validation.
|
boolean |
isMandatory()
Returns the attribute's Mandatory flag
|
boolean |
isUppercase()
Returns the attribute's Uppercase flag
|
public FndValidationAttributeMeta(FndAttributeMeta attribute, boolean mandotory, boolean uppercase)
public FndAttributeMeta getAttribute()
public boolean isMandatory()
public boolean isUppercase()