|
Alignment API and Server 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inrialpes.exmo.align.impl.edoal.Expression
fr.inrialpes.exmo.align.impl.edoal.PathExpression
fr.inrialpes.exmo.align.impl.edoal.PropertyExpression
fr.inrialpes.exmo.align.impl.edoal.PropertyId
public class PropertyId
A simple Id to represent a Property.
$Id: PropertyId.java 1355 2010-03-25 14:18:52Z euzenat $
Field Summary | |
---|---|
private String |
id
Holds the identifier. |
(package private) URI |
uri
|
Fields inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression |
---|
variable |
Constructor Summary | |
---|---|
PropertyId()
Creates an anonymous property pattern |
|
PropertyId(URI u)
|
Method Summary | |
---|---|
URI |
getURI()
Returns a plain representation of the value of this id. |
String |
plainText()
Returns a plain representation of the value of this id. |
String |
toString()
Returns a simple description of this object. |
Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.PropertyExpression |
---|
accept |
Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression |
---|
accept, getVariable, setVariable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String id
URI uri
Constructor Detail |
---|
public PropertyId()
public PropertyId(URI u)
Method Detail |
---|
public URI getURI()
Id
getURI
in interface Id
public String plainText()
Id
plainText
in interface Id
public String toString()
Returns a simple description of this object. The format of the returned String is undocumented and subject to change.
An expamle return String could be:
attributeId: http://my/super/attribute
toString
in class Object
|
Alignment API and Server 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |