Class EcoreReferenceInfo
- java.lang.Object
-
- org.eclipse.emfcloud.jackson.annotations.EcoreReferenceInfo
-
public class EcoreReferenceInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description EcoreReferenceInfo(String property)EcoreReferenceInfo(String property, URIHandler handler)EcoreReferenceInfo(URIHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIHandlergetHandler()StringgetProperty()
-
-
-
Field Detail
-
PROPERTY
public static final String PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EcoreReferenceInfo
public EcoreReferenceInfo(String property)
-
EcoreReferenceInfo
public EcoreReferenceInfo(URIHandler handler)
-
EcoreReferenceInfo
public EcoreReferenceInfo(String property, URIHandler handler)
-
-
Method Detail
-
getProperty
public String getProperty()
-
getHandler
public URIHandler getHandler()
-
-