public class PropertyType extends Object
| Constructor and Description |
|---|
PropertyType(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Creates a property type with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PropertyEditorBase<?>> |
getEditorClass()
Returns the class of the associated property editor.
|
PropertySerializer<Object> |
getSerializer()
Returns the property serializer for this property type.
|
String |
getTypeName()
Returns the name of this property type.
|
public PropertyType(String typeName, PropertySerializer<?> serializer, Class<? extends PropertyEditorBase<?>> editorClass)
typeName - The name of the property type as used in the plug-in declaration.serializer - Serializer for properties of this type.editorClass - The property editor class to use to edit this property's value.public String getTypeName()
public Class<? extends PropertyEditorBase<?>> getEditorClass()
public PropertySerializer<Object> getSerializer()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.