Class Entry
java.lang.Object
net.dzikoysk.cdn.model.Entry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of elementGet unit's value usingPiece.getValue()method.getRaw()Get raw representation of entryGet entry as 'key: value' text.getValue()voidtoString()
-
Field Details
-
description
-
name
-
value
-
-
Constructor Details
-
Entry
-
Entry
-
Entry
-
Entry
-
-
Method Details
-
getRecord
-
getRaw
-
getPieceValue
Get unit's value usingPiece.getValue()method.- Returns:
- the unit's value
-
toString
-
setValue
-
getDescription
- Specified by:
getDescriptionin interfaceElement<T>
-
getValue
-
getName
Description copied from interface:NamedElementThe name of element- Specified by:
getNamein interfaceNamedElement<T>- Returns:
- element name
-