Class OneToOnePropertyLiteral<T,R>

All Implemented Interfaces:
Serializable, Comparable<MetaProperty<T,R,R>>, Identifiable, InverseOneValuedMetaProperty<T,R>, InvertibleMetaProperty<T,R,T>, MetaProperty<T,R,R>, OneToOneValuedMetaProperty<T,R>, OneValuedMetaProperty<T,R>

public abstract class OneToOnePropertyLiteral<T,R> extends ToOnePropertyLiteral<T,R> implements OneToOneValuedMetaProperty<T,R>
See Also:
  • Constructor Details

    • OneToOnePropertyLiteral

      public OneToOnePropertyLiteral(int index, Class<T> klass, String name)
    • OneToOnePropertyLiteral

      public OneToOnePropertyLiteral(int index, String name, URI key)
  • Method Details