|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.cosmos.rm.validation.internal.artifacts.TypeNode
public class TypeNode
A type node is simply the declaration of a type under a specific context
| Constructor Summary | |
|---|---|
TypeNode()
|
|
TypeNode(java.lang.String type,
java.lang.String uri)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getType()
Returns the type of the element |
java.lang.String |
getUri()
|
void |
setType(java.lang.String type)
Sets the type of the element |
void |
setUri(java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeNode()
public TypeNode(java.lang.String type,
java.lang.String uri)
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - type of the elementpublic java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - the uri to setpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||