Interface Encrypted
-
- All Superinterfaces:
Element,Property,PropertyElement,SchemaMixedElement,Serializable
- All Known Implementing Classes:
EncryptedImpl
@TypeMetadata(name="Encrypted", description="This is the base class for Encrypted values", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface Encrypted extends Property
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEstatic StringVALUE-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncryptedValue()voidsetEncryptedValue(String encryptedValue)-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
-