public interface Property<V> extends org.echocat.jomon.runtime.util.IdEnabled<java.lang.String>, AnnotationContainer
| Modifier and Type | Method and Description |
|---|---|
V |
get() |
java.lang.String |
getId() |
java.lang.Class<V> |
getType() |
Property<V> |
set(V content) |
addAnnotation, annotations, annotations, removeAnnotation, removeAnnotations@Nonnull java.lang.String getId()
getId in interface org.echocat.jomon.runtime.util.IdEnabled<java.lang.String>@Nullable V get()
Property<V> set(@Nullable V content) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionjava.lang.Class<V> getType()
Copyright © 2015 echocat. All Rights Reserved.