public class Attribute extends MetaEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Type
Тип дополнительного поля
|
meta| Constructor and Description |
|---|
Attribute(Meta.Type attributeEntityType,
String id,
Attribute.Type type,
Object value) |
Attribute(Meta.Type attributeEntityType,
String id,
MetaEntity value) |
Attribute(String id) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getValueAs(Class<T> tClass) |
public Attribute(String id)
public Attribute(Meta.Type attributeEntityType, String id, Attribute.Type type, Object value)
public Attribute(Meta.Type attributeEntityType, String id, MetaEntity value)
public <T> T getValueAs(Class<T> tClass)
Copyright © 2024. All rights reserved.