de.smartics.properties.tutorial.onestringproperty
Class OneStringPropertyTutorial
java.lang.Object
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.
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 |
OneStringPropertyTutorial
public OneStringPropertyTutorial()
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.