Class ObjectDescriptor.TypeObject
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.ObjectDescriptor.TypeObject
-
- All Implemented Interfaces:
ComponentDataHolder
- Enclosing class:
- ObjectDescriptor
public static class ObjectDescriptor.TypeObject extends Object implements ComponentDataHolder
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CONFIG_REF
-
-
-
Field Detail
-
DEFAULT_CONFIG_REF
public static final String DEFAULT_CONFIG_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public <T> T get(String key)
- Specified by:
getin interfaceComponentDataHolder
-
keys
public List<String> keys()
- Specified by:
keysin interfaceComponentDataHolder
-
set
public void set(String propertyName, Object propertyValue)
- Specified by:
setin interfaceComponentDataHolder
-
has
public boolean has(String key)
- Specified by:
hasin interfaceComponentDataHolder
-
-