Class RelationshipTypeName
- java.lang.Object
-
- com.enonic.xp.schema.BaseSchemaName
-
- com.enonic.xp.schema.relationship.RelationshipTypeName
-
@PublicApi public final class RelationshipTypeName extends BaseSchemaName
-
-
Field Summary
Fields Modifier and Type Field Description static RelationshipTypeName
PARENT
static RelationshipTypeName
REFERENCE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RelationshipTypeName
from(ApplicationKey applicationKey, java.lang.String localName)
static RelationshipTypeName
from(java.lang.String relationshipTypeName)
-
Methods inherited from class com.enonic.xp.schema.BaseSchemaName
equals, getApplicationKey, getLocalName, hashCode, toString
-
-
-
-
Field Detail
-
REFERENCE
public static final RelationshipTypeName REFERENCE
-
PARENT
public static final RelationshipTypeName PARENT
-
-
Method Detail
-
from
public static RelationshipTypeName from(ApplicationKey applicationKey, java.lang.String localName)
-
from
public static RelationshipTypeName from(java.lang.String relationshipTypeName)
-
-