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

Packages that use OslcPropertyDefinition
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 OslcPropertyDefinition in org.eclipse.lyo.oslc4j.core.exception
 

Methods in org.eclipse.lyo.oslc4j.core.exception that return OslcPropertyDefinition
 OslcPropertyDefinition OslcCoreDuplicatePropertyDefinitionException.getOslcPropertyDefinition()
           
 OslcPropertyDefinition OslcCoreInvalidPropertyDefinitionException.getOslcPropertyDefinition()
           
 

Constructors in org.eclipse.lyo.oslc4j.core.exception with parameters of type OslcPropertyDefinition
OslcCoreDuplicatePropertyDefinitionException(Class<?> resourceClass, OslcPropertyDefinition oslcPropertyDefinition)
           
OslcCoreInvalidPropertyDefinitionException(Class<?> resourceClass, Method method, OslcPropertyDefinition oslcPropertyDefinition)
           
 

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

Methods in org.eclipse.lyo.oslc4j.core.model with annotations of type OslcPropertyDefinition
 String[] AllowedValues.getAllowedValues()
           
 String[] Property.getAllowedValues()
           
 URI Property.getAllowedValuesRef()
           
 URI OAuthConfiguration.getAuthorizationURI()
           
 Date ServiceProvider.getCreated()
           
 URI CreationFactory.getCreation()
           
 Dialog[] Service.getCreationDialogs()
           
 CreationFactory[] Service.getCreationFactories()
           
 String Property.getDefaultValue()
           
 URI[] ResourceShape.getDescribes()
           
 String ServiceProviderCatalog.getDescription()
           
 String ServiceProvider.getDescription()
           
 String Property.getDescription()
           
 URI[] ServiceProvider.getDetails()
           
 URI Dialog.getDialog()
           
 URI Preview.getDocument()
           
 URI Service.getDomain()
           
 URI[] ServiceProviderCatalog.getDomains()
           
 ExtendedError Error.getExtendedError()
           
 String ExtendedError.getHintHeight()
           
 String Dialog.getHintHeight()
           
 String Preview.getHintHeight()
           
 String ExtendedError.getHintWidth()
           
 String Dialog.getHintWidth()
           
 String Preview.getHintWidth()
           
 URI Compact.getIcon()
           
 URI Publisher.getIcon()
           
 String ServiceProvider.getIdentifier()
           
 String Publisher.getIdentifier()
           
 String Preview.getInitialHeight()
           
 String CreationFactory.getLabel()
           
 String Publisher.getLabel()
           
 String QueryCapability.getLabel()
           
 String Dialog.getLabel()
           
 String Link.getLabel()
           
 Preview Compact.getLargePreview()
           
 Integer Property.getMaxSize()
           
 String Error.getMessage()
           
 URI ExtendedError.getMoreInfo()
           
 String Property.getName()
           
 URI OAuthConfiguration.getOauthAccessTokenURI()
           
 OAuthConfiguration ServiceProviderCatalog.getOauthConfiguration()
           
 OAuthConfiguration ServiceProvider.getOauthConfiguration()
           
 URI OAuthConfiguration.getOauthRequestTokenURI()
           
 URI Property.getOccurs()
           
 String PrefixDefinition.getPrefix()
           
 URI PrefixDefinition.getPrefixBase()
           
 PrefixDefinition[] ServiceProvider.getPrefixDefinitions()
           
 Property[] ResourceShape.getProperties()
           
 URI Property.getPropertyDefinition()
           
 Publisher ServiceProviderCatalog.getPublisher()
           
 Publisher ServiceProvider.getPublisher()
           
 URI QueryCapability.getQueryBase()
           
 QueryCapability[] Service.getQueryCapabilities()
           
 URI[] Property.getRange()
           
 URI[] ServiceProviderCatalog.getReferencedServiceProviderCatalogs()
           
 String ExtendedError.getRel()
           
 URI Property.getRepresentation()
           
 URI QueryCapability.getResourceShape()
           
 URI[] CreationFactory.getResourceShapes()
           
 URI[] CreationFactory.getResourceTypes()
           
 URI[] QueryCapability.getResourceTypes()
           
 URI[] Dialog.getResourceTypes()
           
 Dialog[] Service.getSelectionDialogs()
           
 ServiceProvider[] ServiceProviderCatalog.getServiceProviders()
           
 Service[] ServiceProvider.getServices()
           
 String Compact.getShortTitle()
           
 Preview Compact.getSmallPreview()
           
 String Error.getStatusCode()
           
 String ServiceProviderCatalog.getTitle()
           
 String ServiceProvider.getTitle()
           
 String Compact.getTitle()
           
 String ResourceShape.getTitle()
           
 String CreationFactory.getTitle()
           
 String Publisher.getTitle()
           
 String QueryCapability.getTitle()
           
 String Dialog.getTitle()
           
 String Property.getTitle()
           
 URI[] CreationFactory.getUsages()
           
 URI[] QueryCapability.getUsages()
           
 URI[] Dialog.getUsages()
           
 URI Property.getValueShape()
           
 URI Property.getValueType()
           
 Boolean Property.isHidden()
           
 Boolean Property.isMemberProperty()
           
 Boolean Property.isReadOnly()
           
 

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

Methods in org.eclipse.lyo.oslc4j.stockquote with annotations of type OslcPropertyDefinition
 Float StockQuote.getChangePrice()
           
 Float StockQuote.getChangePricePercentage()
           
 String StockQuote.getExchange()
           
 Float StockQuote.getHigh52WeekPrice()
           
 Float StockQuote.getHighPrice()
           
 String StockQuote.getIdentifier()
           
 Date StockQuote.getLastTradedDate()
           
 Float StockQuote.getLastTradedPrice()
           
 Float StockQuote.getLow52WeekPrice()
           
 Float StockQuote.getLowPrice()
           
 Float StockQuote.getOpenPrice()
           
 URI StockQuote.getServiceProvider()
           
 String StockQuote.getSymbol()
           
 String StockQuote.getTitle()
           
 

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

Methods in org.eclipse.lyo.oslc4j.test with annotations of type OslcPropertyDefinition
 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.