Namespace.java :  » UML » MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » systemusagemodel » Java Open Source

Java Open Source » UML » MetaBoss 
MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » systemusagemodel » Namespace.java
package com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemusagemodel;

/**
 * Namespace object instance interface.
 */
public interface Namespace extends com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemusagemodel.AbstractNamespace {
    /**
     * Returns the value of reference namespace.
     * @return Value of reference namespace.
     */
    public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemusagemodel.AbstractNamespace getNamespace();
    /**
     * Sets the value of reference namespace. See {@link #getNamespace} for description 
     * on the reference.
     * @param newValue New value to be set.
     */
    public void setNamespace(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemusagemodel.AbstractNamespace newValue);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.