de.smartics.properties.tutorial.onestringproperty
Class OneStringPropertyTutorial

Package class diagram package OneStringPropertyTutorial
java.lang.Object
  extended by de.smartics.properties.tutorial.onestringproperty.OneStringPropertyTutorial

@Document(title="One-String-Property Tutorial!",
          sortKey="basics0010")
@DocCategory(value="basics")
public class OneStringPropertyTutorial
     
     
extends Object

This tutorial shows how to declare a simple property of type String, provide a definition for it and then access it from a client application.


Constructor Summary
OneStringPropertyTutorial()
           
 
Method Summary
 void accessingProperties()
           Finally we want to access this property from a client application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneStringPropertyTutorial

public OneStringPropertyTutorial()
Method Detail

accessingProperties

@DocChapter(suppressCode=true)
public void accessingProperties()

Finally we want to access this property from a client application.



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.