Uses of Class
org.eclipse.lyo.oslc4j.core.annotation.OslcOccurs

Packages that use OslcOccurs
org.eclipse.lyo.oslc4j.core.exception   
org.eclipse.lyo.oslc4j.core.model Copyright (c) 2012 IBM Corporation. 
org.eclipse.lyo.oslc4j.stockquote Copyright (c) 2012 IBM Corporation. 
org.eclipse.lyo.oslc4j.test Copyright (c) 2012 IBM Corporation. 
 

Uses of OslcOccurs in org.eclipse.lyo.oslc4j.core.exception
 

Methods in org.eclipse.lyo.oslc4j.core.exception that return OslcOccurs
 OslcOccurs OslcCoreInvalidOccursException.getOslcOccurs()
           
 

Constructors in org.eclipse.lyo.oslc4j.core.exception with parameters of type OslcOccurs
OslcCoreInvalidOccursException(Class<?> resourceClass, Method method, OslcOccurs oslcOccurs)
           
 

Uses of OslcOccurs in org.eclipse.lyo.oslc4j.core.model
 

Methods in org.eclipse.lyo.oslc4j.core.model with annotations of type OslcOccurs
 String[] AllowedValues.getAllowedValues()
           
 URI OAuthConfiguration.getAuthorizationURI()
           
 URI CreationFactory.getCreation()
           
 URI Dialog.getDialog()
           
 URI Service.getDomain()
           
 String Publisher.getIdentifier()
           
 String Error.getMessage()
           
 String Property.getName()
           
 URI OAuthConfiguration.getOauthAccessTokenURI()
           
 URI OAuthConfiguration.getOauthRequestTokenURI()
           
 URI Property.getOccurs()
           
 String PrefixDefinition.getPrefix()
           
 URI Property.getPropertyDefinition()
           
 URI QueryCapability.getQueryBase()
           
 Service[] ServiceProvider.getServices()
           
 String Error.getStatusCode()
           
 String Compact.getTitle()
           
 String CreationFactory.getTitle()
           
 String Publisher.getTitle()
           
 String QueryCapability.getTitle()
           
 String Dialog.getTitle()
           
 URI Property.getValueType()
           
 

Uses of OslcOccurs in org.eclipse.lyo.oslc4j.stockquote
 

Methods in org.eclipse.lyo.oslc4j.stockquote with annotations of type OslcOccurs
 String StockQuote.getExchange()
           
 String StockQuote.getIdentifier()
           
 URI StockQuote.getServiceProvider()
           
 String StockQuote.getSymbol()
           
 

Uses of OslcOccurs in org.eclipse.lyo.oslc4j.test
 

Methods in org.eclipse.lyo.oslc4j.test with annotations of type OslcOccurs
 Collection<BigInteger> Test.getBigIntegerCollection()
           
 BigInteger[] Test.getBigIntegerProperties()
           
 BigInteger Test.getBigIntegerProperty()
           
 List<Boolean> Test.getBooleanCollection()
           
 Boolean[] Test.getBooleanProperties()
           
 Set<Byte> Test.getByteCollection()
           
 Byte[] Test.getByteProperties()
           
 Byte Test.getByteProperty()
           
 SortedSet<Date> Test.getDateCollection()
           
 Date[] Test.getDateProperties()
           
 Date Test.getDateProperty()
           
 ArrayList<Double> Test.getDoubleCollection()
           
 Double[] Test.getDoubleProperties()
           
 Double Test.getDoubleProperty()
           
 HashSet<Float> Test.getFloatCollection()
           
 Float[] Test.getFloatProperties()
           
 Float Test.getFloatProperty()
           
 String Test.getIdentifier()
           
 TreeSet<Integer> Test.getIntegerCollection()
           
 Integer[] Test.getIntegerProperties()
           
 Integer Test.getIntegerProperty()
           
 Collection<Long> Test.getLongCollection()
           
 Long[] Test.getLongProperties()
           
 Long Test.getLongProperty()
           
 Collection<Nested> Test.getNestedCollection()
           
 Nested[] Test.getNestedProperties()
           
 Nested Test.getNestedProperty()
           
 boolean[] Test.getPrimitiveBooleanProperties()
           
 byte[] Test.getPrimitiveByteProperties()
           
 byte Test.getPrimitiveByteProperty()
           
 double[] Test.getPrimitiveDoubleProperties()
           
 double Test.getPrimitiveDoubleProperty()
           
 float[] Test.getPrimitiveFloatProperties()
           
 float Test.getPrimitiveFloatProperty()
           
 int[] Test.getPrimitiveIntegerProperties()
           
 int Test.getPrimitiveIntegerProperty()
           
 long[] Test.getPrimitiveLongProperties()
           
 long Test.getPrimitiveLongProperty()
           
 short[] Test.getPrimitiveShortProperties()
           
 short Test.getPrimitiveShortProperty()
           
 Collection<Short> Test.getShortCollection()
           
 Short[] Test.getShortProperties()
           
 Short Test.getShortProperty()
           
 Collection<String> Test.getStringCollection()
           
 String[] Test.getStringProperties()
           
 String Test.getStringProperty()
           
 String Nested.getStringProperty()
           
 Collection<URI> Test.getUriCollection()
           
 URI[] Test.getUriProperties()
           
 URI Test.getUriProperty()
           
 Boolean Test.isBooleanProperty()
           
 boolean Test.isPrimitiveBooleanProperty()
           
 



Copyright © 2013. All Rights Reserved.