Interface JSON_Attribute
public interface JSON_Attribute
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()getType()getValue()voidsetValueFromObject(byte[] bytes) voidsetValueFromObject(Object anObject) void
-
Method Details
-
getElementName
QualifiedName getElementName() -
getKind
Attribute.AttributeKind getKind() -
getType
QualifiedName getType() -
getValue
Object getValue() -
getConvertedValue
Object getConvertedValue() -
setValueFromObject
-
setValueFromObject
-
setValueFromObject
void setValueFromObject(byte[] bytes)
-