public interface HstPropertyDefinition
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
List<Annotation> |
getAnnotations() |
<T extends Annotation> |
getAnnotations(List<Class<? extends Annotation>> annotationClasses) |
Object |
getDefaultValue() |
String |
getName() |
HstValueType |
getValueType() |
boolean |
isHiddenInChannelManager() |
boolean |
isRequired() |
HstValueType getValueType()
String getName()
Object getDefaultValue()
boolean isRequired()
boolean isHiddenInChannelManager()
List<Annotation> getAnnotations()
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
annotationClass
- the annotationClass to checkHstPropertyDefinition
and returns null
if not present<T extends Annotation> List<Annotation> getAnnotations(List<Class<? extends Annotation>> annotationClasses)
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.