Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/BridgeToOneLeftSet.java

Diff revisions: vs.
  @@ -1,24 +1,24 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.objects;
3 -
4 - import org.litesoft.aokeyhole.objects.attributes.*;
5 -
6 - import java.util.*;
7 -
8 - public class BridgeToOneLeftSet extends AbstractBridgeToOneSet {
9 - public BridgeToOneLeftSet( ASet pPersisted ) {
10 - super( new AttributeSetBuilder( A_BridgeToOneLeft.TYPE ).sortIndex( SORT_BridgeToOneLeft ).persisted( pPersisted ) );
11 - }
12 -
13 - public BridgeToOneLeftSet( PropertyMetaData... pPersistedPMDs ) {
14 - this( new ASet( pPersistedPMDs ) );
15 - }
16 -
17 - public BridgeToOneLeftSet( String pAcceptablePOtype, PropertyMetaData... pPersistedPMDs ) {
18 - this( new ASet( pAcceptablePOtype, pPersistedPMDs ) );
19 - }
20 -
21 - public BridgeToOneLeftSet( Set<String> pAcceptablePOtypes, PropertyMetaData... pPersistedPMDs ) {
22 - this( new ASet( pAcceptablePOtypes, pPersistedPMDs ) );
23 - }
24 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.objects;
3 +
4 + import org.litesoft.aokeyhole.objects.attributes.*;
5 +
6 + import java.util.*;
7 +
8 + public class BridgeToOneLeftSet extends AbstractBridgeToOneSet {
9 + public BridgeToOneLeftSet( ASet pPersisted ) {
10 + super( new AttributeSetBuilder( A_BridgeToOneLeft.TYPE ).sortIndex( SORT_BridgeToOneLeft ).persisted( pPersisted ) );
11 + }
12 +
13 + public BridgeToOneLeftSet( PropertyMetaData... pPersistedPMDs ) {
14 + this( new ASet( pPersistedPMDs ) );
15 + }
16 +
17 + public BridgeToOneLeftSet( String pAcceptablePOtype, PropertyMetaData... pPersistedPMDs ) {
18 + this( new ASet( pAcceptablePOtype, pPersistedPMDs ) );
19 + }
20 +
21 + public BridgeToOneLeftSet( Set<String> pAcceptablePOtypes, PropertyMetaData... pPersistedPMDs ) {
22 + this( new ASet( pAcceptablePOtypes, pPersistedPMDs ) );
23 + }
24 + }