public class RdfBeanPropertyMeta extends BeanPropertyMetaExtended
@Rdf
annotation
on the bean property.Constructor and Description |
---|
RdfBeanPropertyMeta(BeanPropertyMeta bpm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected RdfCollectionFormat |
getCollectionFormat()
Returns the RDF collection format of this property from the
Rdf.collectionFormat() annotation on this bean
property. |
Namespace |
getNamespace()
Returns the RDF namespace associated with this bean property.
|
boolean |
isBeanUri()
|
getBeanPropertyMeta
public RdfBeanPropertyMeta(BeanPropertyMeta bpm)
bpm
- The metadata of the bean property of this additional metadata.protected RdfCollectionFormat getCollectionFormat()
Rdf.collectionFormat()
annotation on this bean
property.RdfCollectionFormat.DEFAULT
if annotation not specified.public Namespace getNamespace()
Namespace is determined in the following order of @Rdf.prefix()
annotations:
public boolean isBeanUri()
Copyright © 2018 Apache. All rights reserved.