Package org.n52.shetland.rdf.vcard4
Class Email
- java.lang.Object
-
- org.n52.shetland.rdf.AbstractValue
-
- org.n52.shetland.rdf.AbstractResource
-
- org.n52.shetland.rdf.vcard4.Email
-
- All Implemented Interfaces:
RdfPrefix,ResourceAdder,Vcard4RdfPrefix
public class Email extends AbstractResource implements Vcard4RdfPrefix
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.vcard4.Vcard4RdfPrefix
NS_PREFIX
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.PropertygetProperty()-
Methods inherited from class org.n52.shetland.rdf.AbstractResource
addToResource
-
Methods inherited from class org.n52.shetland.rdf.AbstractValue
getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
Methods inherited from interface org.n52.shetland.rdf.vcard4.Vcard4RdfPrefix
getNamespace, getPrefix
-
-
-
-
Constructor Detail
-
Email
public Email(String value)
-
-
Method Detail
-
getProperty
public org.apache.jena.rdf.model.Property getProperty()
- Specified by:
getPropertyin classAbstractValue
-
-